forked from EnMAP-Box/enmap-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
53 lines (48 loc) · 1.23 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
48
49
50
51
52
53
# pytest.ini
[pytest]
env =
CI=True
QT_QPA_PLATFORM=offscreen
pythonpath =
enmapbox/apps
enmapbox/coreapps
enmapbox/eo4qapps
tests/src
addopts =
--maxfail=5
--ignore=tests/_wip/
--cov-config=.coveragec
filterwarnings =
ignore::UserWarning
# ignore::DeprecationWarning
norecursedirs =
.*
qpstestdata
qps/pyqtgraph
tests/src/fatal_crashes
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/enmap-box/enmapbox
# tests/enmap-box/enmapboxprocessing
# tests/enmap-box/src
# tests/src/core
# tests/src/core
# tests/src/coreapps
# tests/src/fatal_crashes # access violation
# tests/src/issues
# tests/src/otherapps # interrupted, numba issues