-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpytest.ini
38 lines (35 loc) · 901 Bytes
/
pytest.ini
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
33
34
35
36
37
38
[pytest]
doctest_optionflags =
ELLIPSIS
NUMBER
NORMALIZE_WHITESPACE
IGNORE_EXCEPTION_DETAIL
addopts =
--doctest-modules
--doctest-continue-on-failure
--ignore='setup.py'
; temporary
--ignore-glob='exposan/biobinder/**'
; private repo due to NDA
--ignore-glob='exposan/new_generator/**'
--ignore='exposan/bwaise/stats_demo.py'
--ignore-glob='exposan/bwaise/comparison/**'
--ignore-glob='exposan/htl/analyses/**'
--ignore-glob='exposan/metab/utils/**'
--ignore-glob='exposan/pm2_batch/calibration.py'
--ignore-glob='exposan/pm2_ecorecover/calibration.py'
--ignore-glob='exposan/pm2_ecorecover/data_cleaning.py'
--ignore-glob='exposan/pou_disinfection/analyses/**'
--ignore-glob='exposan/saf/analyses/**'
norecursedirs =
build
dist
.egg-info
.cache
.git
htmlcov
notebooks
tmps
filterwarnings = ignore
markers =
slow: Generally a slow enough test to not be ran often