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
main
bumblebee-status
/
coverage.sh
5 lines
76 B
Bash
Raw
Permalink
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] switch to pytest
2020-06-20 14:53:44 +02:00
coverage run --source
=
. -m pytest tests -v
[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