mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +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
|
||||
initialized and documented.
|
||||
|
||||
For example, to test xandikos, first run the server itself::
|
||||
|
||||
docker run -p 8000:8000 whynothugo/vdirsyncer-devkit-xandikos
|
||||
|
||||
Then run the tests specifying this ``DAV_SERVER``, run::
|
||||
To tests against a specific DAV server, use ``DAV_SERVER``::
|
||||
|
||||
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.
|
||||
|
||||
Structure of the testsuite
|
||||
|
|
|
|||
Loading…
Reference in a new issue