4 lines
99 B
INI
4 lines
99 B
INI
[pytest]
|
|
addopts = --cov=src --cov-report=term-missing --ignore=src/__main__.py
|
|
testpaths = tests/
|