File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ virtualenv_ and run this inside of it::
84
84
# - stylecheckers (flake8) and code formatters (autopep8)
85
85
make install-dev
86
86
87
- # Install git commit hook for the stylechecker
88
- make install-git-hooks
87
+ # Install git commit hook for some extra linting and checking
88
+ pre-commit install
89
89
90
90
# install test dependencies
91
91
make install-test
@@ -100,9 +100,13 @@ The ``Makefile`` has a lot of options that allow you to control which tests are
100
100
run, and which servers are tested. Take a look at its code where they are all
101
101
initialized and documented.
102
102
103
- For example, to test xandikos, run::
103
+ For example, to test xandikos, first run the server itself::
104
+
105
+ docker-compose build xandikos
106
+ docker-compose up -d xandikos
107
+
108
+ Then run the tests specifying this ``DAV_SERVER ``, run::
104
109
105
- make DAV_SERVER=xandikos install-test
106
110
make DAV_SERVER=xandikos test
107
111
108
112
If you have any questions, feel free to open issues about it.
You can’t perform that action at this time.
0 commit comments