mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Update docs on test DAV servers
This commit is contained in:
parent
299c699cb9
commit
8e8c1d5719
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue