mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
packaging.rst: Add note about DETERMINISTIC_TESTS
This commit is contained in:
parent
1ede6884b7
commit
7ad2af7063
1 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,11 @@ You also have to have vdirsyncer fully installed at this point. Merely
|
||||||
|
|
||||||
Running the tests happens with ``make test``.
|
Running the tests happens with ``make test``.
|
||||||
|
|
||||||
|
Hypothesis will randomly generate test input. If you care about deterministic
|
||||||
|
tests, set the ``DETERMINISTIC_TESTS`` variable to ``"true"``::
|
||||||
|
|
||||||
|
make DETERMINISTIC_TESTS=true test
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue