Skip to content

Commit 4dd17c7

Browse files
committed
This make target is gone; use pytest directly
1 parent 73f2554 commit 4dd17c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ virtualenv_ and run this inside of it::
8989

9090
Then you can run::
9191

92-
make test # The normal testsuite
92+
pytest # The normal testsuite
9393
make style # Stylechecker
9494
make docs # Build the HTML docs, output is at docs/_build/html/
9595

docs/packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You also have to have vdirsyncer fully installed at this point. Merely
5454

5555
Running the tests happens with::
5656

57-
make test
57+
pytest
5858

5959
Hypothesis will randomly generate test input. If you care about deterministic
6060
tests, set the ``DETERMINISTIC_TESTS`` variable to ``"true"``::

0 commit comments

Comments
 (0)