forked from wolph/python-progressbar
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
Latest commit
28 lines (24 loc) · 463 Bytes
/
Copy pathpytest.ini
File metadata and controls
28 lines (24 loc) · 463 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[pytest]
python_files =
progressbar/*.py
tests/*.py
addopts =
--cov progressbar
--cov-report=html
--cov-report=term-missing
--cov-report=xml
--cov-config=./pyproject.toml
--no-cov-on-fail
--doctest-modules
norecursedirs =
.*
_*
build
dist
docs
progressbar/terminal/os_specific
tmp*
filterwarnings =
ignore::DeprecationWarning
markers =
no_freezegun: Disable automatic freezegun wrapping