mirror of
https://github.com/lutris/lutris
synced 2024-11-02 10:19:50 +00:00
4 lines
154 B
Makefile
4 lines
154 B
Makefile
test:
|
|
rm tests/fixtures/pga.db -f
|
|
rm tests/coverage/ -rf
|
|
nosetests --with-coverage --cover-package=lutris --cover-html --cover-html-dir=tests/coverage
|