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