szurubooru/server/test

8 lines
161 B
Text
Raw Normal View History

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