summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: ef6ffa7752dbad59b9ead3d838c210f267a7e5e1 (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