1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-13 23:08:06 -05:00
SickRage/Makefile

5 lines
182 B
Makefile
Raw Normal View History

2014-12-13 18:53:50 -05:00
test-all:
@ nosetests --cover-package=sickrage --verbosity=1 --cover-erase
test-all-with-coverage:
@ nosetests --cover-package=sickrage --verbosity=1 --cover-erase --with-coverage