server/scripts: make pytest happier
This commit is contained in:
parent
f828c375e6
commit
b21ffac820
|
@ -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']))
|
||||
|
|
Loading…
Reference in New Issue