This make target is gone; use pytest directly

This commit is contained in:
Hugo Osvaldo Barrera 2023-01-31 00:42:48 +01:00 committed by Hugo
parent 73f2554932
commit 4dd17c7f59
2 changed files with 2 additions and 2 deletions

View file

@ -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/

View file

@ -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"``::