We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f2554 commit 4dd17c7Copy full SHA for 4dd17c7
docs/contributing.rst
@@ -89,7 +89,7 @@ virtualenv_ and run this inside of it::
89
90
Then you can run::
91
92
- make test # The normal testsuite
+ pytest # The normal testsuite
93
make style # Stylechecker
94
make docs # Build the HTML docs, output is at docs/_build/html/
95
docs/packaging.rst
@@ -54,7 +54,7 @@ You also have to have vdirsyncer fully installed at this point. Merely
54
55
Running the tests happens with::
56
57
- make test
+ pytest
58
59
Hypothesis will randomly generate test input. If you care about deterministic
60
tests, set the ``DETERMINISTIC_TESTS`` variable to ``"true"``::
0 commit comments