forked from PMEAL/OpenPNM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
32 lines (32 loc) · 1.04 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
[pytest]
minversion = 6.0
python_files = *.py
python_classes = *Test
python_functions = test_*
console_output_style = classic
;testpaths =
; tests
; examples
addopts =
--doctest-modules
--doctest-glob='*.rst'
--ignore=docs/conf.py
--ignore=setup.py
--ignore="examples/paper_recreations/Blunt et al. (2013)"
--ignore="examples/paper_recreations/Wu et al. (2010)"
--ignore="examples/tutorials/intro_to_openpnm_advanced.ipynb"
--ignore="examples/paper_recreations/Tranter et al. (2017)/Tranter et al. (2017) - Part B.ipynb"
--ignore="examples/paper_recreations/Gostick et al. (2007)/Gostick et al. (2007).ipynb"
--ignore="openpnm/algorithms/NernstPlanckMultiphysicsSolver.py"
--ignore="openpnm/algorithms/NernstPlanck.py"
--ignore="openpnm/algorithms/TransientNernstPlanckMultiphysicsSolver.py"
--ignore="openpnm/algorithms/TransientNernstPlanck.py"
--ignore="scripts/"
-p no:warnings
norecursedirs =
.git
.github
build
dist
locals
;filterwarnings = ignore::DeprecationWarning