mirror of
https://github.com/lutris/lutris.git
synced 2026-06-26 06:34:46 -04:00
5 lines
154 B
Makefile
5 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
|