This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/server/test
2017-02-03 19:22:33 +01:00

7 lines
161 B
Python
Executable file

#!/usr/bin/env python3
import pytest
import sys
pytest.main([
'--cov-report=term-missing',
'--cov=szurubooru',
] + (sys.argv[1:] or ['szurubooru']))