We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a67e1a commit fc215e3Copy full SHA for fc215e3
README.md
@@ -166,8 +166,9 @@ docker run --rm -it pdns
166
### Python Unit-Tests
167
168
Python unit-tests are available in the [tests] directory. Based on [unittests],
169
-those are run using `python -m unittests tests` or integrated in your IDE for
170
-development purposes.
+those are run using `coverage run -m unittest discover` or integrated in your
+IDE for development purposes. Those tests require a PDNS service to connect to
171
+(see _PowerDNS service_ section above).
172
173
Those tests are very limited at the moment and will be improved in the future.
174
0 commit comments