mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/scripts: make pytest happier
This commit is contained in:
@ -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']))
|
||||
|
Reference in New Issue
Block a user