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
2016-04-15 18:00:06 +02:00

7 lines
163 B
Python
Executable file

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