mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/tests: change test runner
This commit is contained in:
@ -4,4 +4,4 @@ import sys
|
||||
pytest.main(' '.join([
|
||||
'--cov-report=term-missing',
|
||||
'--cov=szurubooru',
|
||||
'szurubooru'] + sys.argv[1:]))
|
||||
] + (sys.argv[1:] or ['szurubooru'])))
|
||||
|
Reference in New Issue
Block a user