szurubooru/server/test

8 lines
171 B
Text
Raw Normal View History

2016-04-15 14:36:00 +02:00
#!/usr/bin/env python3
import pytest
import sys
pytest.main(' '.join([
'--cov-report=term-missing',
'--cov=szurubooru',
2016-04-16 11:03:37 +02:00
] + (sys.argv[1:] or ['szurubooru'])))