Skip to content

Commit fc215e3

Browse files
committed
docs: improve README with coverage instructions
1 parent 9a67e1a commit fc215e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ docker run --rm -it pdns
166166
### Python Unit-Tests
167167
168168
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.
169+
those are run using `coverage run -m unittest discover` or integrated in your
170+
IDE for development purposes. Those tests require a PDNS service to connect to
171+
(see _PowerDNS service_ section above).
171172
172173
Those tests are very limited at the moment and will be improved in the future.
173174

0 commit comments

Comments
 (0)