mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
This make target is gone; use pytest directly
This commit is contained in:
parent
73f2554932
commit
4dd17c7f59
2 changed files with 2 additions and 2 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -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"``::
|
||||
|
|
|
|||
Loading…
Reference in a new issue