69eb1ada0d
Since coverage doc says nosetests hasn't been maintained for a while, switch to unittest.
4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
coverage run -m unittest discover -v
|
|
coverage run report
|