[tests] Move from nosetests to unittest

Since coverage doc says nosetests hasn't been maintained for a while,
switch to unittest.
This commit is contained in:
Tobias Witek 2020-02-02 13:27:03 +01:00
parent 66537fbe05
commit 69eb1ada0d
2 changed files with 4 additions and 0 deletions

0
__init__.py Normal file
View file

4
coverage.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
coverage run -m unittest discover -v
coverage run report