server/scripts: make pytest happier

This commit is contained in:
rr- 2017-02-03 19:22:33 +01:00
parent f828c375e6
commit b21ffac820
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3
import pytest
import sys
pytest.main(' '.join([
pytest.main([
'--cov-report=term-missing',
'--cov=szurubooru',
] + (sys.argv[1:] or ['szurubooru'])))
] + (sys.argv[1:] or ['szurubooru']))