-
Notifications
You must be signed in to change notification settings - Fork 16
/
pytest.ini
47 lines (41 loc) · 1.01 KB
/
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
39
40
41
42
43
44
45
46
47
# pytest.ini
[pytest]
env =
CI=True
QT_QPA_PLATFORM=offscreen
pythonpath =
enmapbox/apps
enmapbox/coreapps
enmapbox/eo4qapps
tests/src
addopts =
--maxfail=1
--ignore=tests/_wip/
--cov-config=.coveragec
filterwarnings =
ignore::UserWarning
ignore::RuntimeWarning
ignore::DeprecationWarning
norecursedirs =
.*
qpstestdata
qps/pyqtgraph
scripts
qgisresources
tmp
test-outputs
*.egg
venv
python_files =
test_*.py
# tests/src/core/test_applications.py
# tests/src/otherapps/test_enpt_enmapboxapp.py
# tests/src/otherapps/test_ensomap.py
# tests/src/otherapps/test_lmuvegetationapps.py
# tests/enmap-box/enmapboxprocessing/algorithm/test_ClassificationPerformanceSimpleAlgorithm.py
# tests/enmap-box/enmapboxprocessing/algorithm/test_ClassificationWorkflowAlgorithm.py
testpaths =
# NOTE: remove all (!) `#` characters from uncommented lines
tests/
# tests/fatal_crashes/test_segfault.py
# tests/src/core