gallery.accords-library.com/server/test

8 lines
171 B
Python
Executable File

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