diff --git a/docs/contributing.rst b/docs/contributing.rst index 08a7aa1..c25b3d7 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -89,7 +89,7 @@ virtualenv_ and run this inside of it:: Then you can run:: - make test # The normal testsuite + pytest # The normal testsuite make style # Stylechecker make docs # Build the HTML docs, output is at docs/_build/html/ diff --git a/docs/packaging.rst b/docs/packaging.rst index 8923f33..85aebce 100644 --- a/docs/packaging.rst +++ b/docs/packaging.rst @@ -54,7 +54,7 @@ You also have to have vdirsyncer fully installed at this point. Merely Running the tests happens with:: - make test + pytest Hypothesis will randomly generate test input. If you care about deterministic tests, set the ``DETERMINISTIC_TESTS`` variable to ``"true"``::