From 8e8c1d57199876e38474cc680d704e1b0bf5ca6b Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sat, 12 Jun 2021 14:36:30 +0200 Subject: [PATCH] Update docs on test DAV servers --- docs/contributing.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 29e24b7..73175c7 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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