refactor dnscrypt parse
add test
This commit is contained in:
parent
ee37b9e95e
commit
a53b9c7a8e
10 changed files with 608 additions and 540 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
test:
|
||||
coverage run -m unittest discover testing; \
|
||||
coverage report; \
|
||||
coverage html
|
||||
clean:
|
||||
rm -r .coverage htmlcov
|
||||
Loading…
Add table
Add a link
Reference in a new issue