This website requires JavaScript.
Explore
Help
Register
Sign in
l.behm
/
bumblebee-status
Watch
1
Star
1
Fork
You've already forked bumblebee-status
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
985ad2edc8
bumblebee-status
/
coverage.sh
5 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
[tests] Move from nosetests to unittest Since coverage doc says nosetests hasn't been maintained for a while, switch to unittest.
2020-02-02 13:27:03 +01:00
#!/bin/bash
[tests] Do not show stdout/stderr by default
2020-02-02 14:41:45 +01:00
coverage run -m unittest discover -v -b
[travis] switch to coverage instead of nosetest
2020-02-02 14:06:44 +01:00
coverage report -m
Reference in a new issue
Copy permalink