summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: a07e947065cb6c604ee6216cf92553861e79d6c4 (plain)
1
2
3
4
5
6
7
8
9
[pytest]
testpaths = tests
norecursedirs = .git venv __pycache__
addopts =
    --cov
    --cov-config=.coveragerc
    --cov-report html
    --cov-report term
    --verbose