forked from i4Ds/STIXCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
32 lines (32 loc) · 682 Bytes
/
pytest.ini
File metadata and controls
32 lines (32 loc) · 682 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]
minversion = 7.0
testpaths =
"stixcore"
"docs"
norecursedirs =
".*"
".tox"
"build"
"docs/_build"
"docs/generated"
"*.egg-info"
"examples"
"stixcore/_dev"
".jupyter"
".history"
"stixcore/util/scripts"
doctest_plus = enabled
doctest_optionflags =
NORMALIZE_WHITESPACE
FLOAT_CMP
ELLIPSIS
text_file_format = rst
addopts =
--doctest-rst
--doctest-ignore-import-errors
remote_data_strict = False
rsyncdirs = stixcore/data
markers =
end2end: marks tests to run in the optional end2end testing (deselect with '-m \"not end2end\"')
filterwarnings =
ignore:Matplotlib is currently using agg:UserWarning