mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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``.
|
||||
|
||||
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
|
||||
=============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue