From 11922bdcc2b6eae33d6d5ed041c1dac2b6308f00 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 7 Jan 2017 01:11:58 +0100 Subject: [PATCH] Explain testserver vars of tests --- docs/packaging.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/packaging.rst b/docs/packaging.rst index fe916ba..0db415e 100644 --- a/docs/packaging.rst +++ b/docs/packaging.rst @@ -57,6 +57,11 @@ tests, set the ``DETERMINISTIC_TESTS`` variable to ``"true"``:: make DETERMINISTIC_TESTS=true test +There are a lot of additional variables that allow you to test vdirsyncer +against a particular server. Those variables are not "stable" and may change +drastically between minor versions. Just don't use them, you are unlikely to +find bugs that vdirsyncer's CI hasn't found. + Documentation =============