packaging.rst: Add note about DETERMINISTIC_TESTS

This commit is contained in:
Markus Unterwaditzer 2016-03-04 10:43:30 +01:00
parent 1ede6884b7
commit 7ad2af7063

View file

@ -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
=============