[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:
parent
66537fbe05
commit
69eb1ada0d
2 changed files with 4 additions and 0 deletions
0
__init__.py
Normal file
0
__init__.py
Normal file
4
coverage.sh
Executable file
4
coverage.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
coverage run -m unittest discover -v
|
||||
coverage run report
|
Loading…
Reference in a new issue