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
32 lines (28 loc) · 454 Bytes
/
Copy pathpytest.ini
File metadata and controls
32 lines (28 loc) · 454 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
29
30
31
32
[pytest]
python_files =
progressbar/*.py
tests/*.py
examples.py
addopts =
--cov progressbar
--cov-report term-missing
--cov-report html
--no-cov-on-fail
--doctest-modules
--pep8
--flakes
pep8ignore =
*.py W391
docs/*.py ALL
progressbar/six.py ALL
flakes-ignore =
docs/*.py ALL
progressbar/six.py ALL
norecursedirs =
.svn
_build
tmp*
docs
build
dist
.ropeproject