Update docs on test DAV servers

This commit is contained in:
Hugo Osvaldo Barrera 2021-06-12 14:36:30 +02:00
parent 299c699cb9
commit 8e8c1d5719

View file

@ -100,14 +100,13 @@ The ``Makefile`` has a lot of options that allow you to control which tests are
run, and which servers are tested. Take a look at its code where they are all run, and which servers are tested. Take a look at its code where they are all
initialized and documented. initialized and documented.
For example, to test xandikos, first run the server itself:: To tests against a specific DAV server, use ``DAV_SERVER``::
docker run -p 8000:8000 whynothugo/vdirsyncer-devkit-xandikos
Then run the tests specifying this ``DAV_SERVER``, run::
make DAV_SERVER=xandikos test make DAV_SERVER=xandikos test
The server will be initialised in a docker container and terminated at the end
of the test suite.
If you have any questions, feel free to open issues about it. If you have any questions, feel free to open issues about it.
Structure of the testsuite Structure of the testsuite