core-extra/daemon/test.py

9 lines
100 B
Python

import pytest
pytest.main([
"-v",
"--cov-report",
"xml",
"--cov=.",
"tests"
])