server/tests: change test runner

This commit is contained in:
rr- 2016-04-16 11:03:37 +02:00
parent 9e873145a4
commit 018dedcffd

View file

@ -4,4 +4,4 @@ import sys
pytest.main(' '.join([
'--cov-report=term-missing',
'--cov=szurubooru',
'szurubooru'] + sys.argv[1:]))
] + (sys.argv[1:] or ['szurubooru'])))