diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..33038b6 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +addopts = --cov ssb --cov-report term-missing --no-cov-on-fail +python_files = ssb/tests/test_*.py