generated from frehburg/TemplateForPythonProjects
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpytest.ini
executable file
·18 lines (13 loc) · 936 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[pytest]
; We want pytest to look for both test files prefixed with underscore `_` and "regular* test files.
; The unittest files, the test files located in the source code, are prepended with underscore
; to preclude their inclusion into API reference.
python_files = _test*.py test*.py
; Also test the documentation tests and the tutorial scripts.
addopts = --doctest-modules --doctest-glob *.rst --ignore=submodules/phenopacket_mapper/ --ignore=submodules/rd-cdm/ --ignore=rarelink/src/rarelink_cdm/v2_0_0_dev1/datamodel/rarelink_cdm.py --ignore=rarelink/src/rarelink_cdm/v2_0_0_dev1/datamodel/rarelink_repeated_elements.py
filterwarnings =
ignore:pkg_resources is deprecated:DeprecationWarning
ignore:Deprecated call to `pkg_resources.declare_namespace.*`:DeprecationWarning
ignore::DeprecationWarning:google.protobuf.internal.well_known_types
pythonpath = src
norecursedirs = src/rarelink_cdm/v2_0_0_dev1/datamodel