From 45852386e58e250951bbf06eb30a87e2daa5c107 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 6 Apr 2017 23:02:47 -0300 Subject: [PATCH] Fix small typo in docs --- doc/en/existingtestsuite.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/existingtestsuite.rst b/doc/en/existingtestsuite.rst index 96ce6339c..a85aaaeb5 100644 --- a/doc/en/existingtestsuite.rst +++ b/doc/en/existingtestsuite.rst @@ -1,7 +1,7 @@ Using pytest with an existing test suite =========================================== -Pytest can be used with most existing test suites, but it's +Pytest can be used with most existing test suites, but its behavior differs from other test runners such as :ref:`nose` or Python's default unittest framework. @@ -27,6 +27,6 @@ Setting up your project in development mode lets you avoid having to reinstall every time you want to run your tests, and is less brittle than mucking about with sys.path to point your tests at local code. -Also consider using Tox - https://tox.readthedocs.io/en/latest/ +Also consider using `Tox `_. .. include:: links.inc