forked from CalebBell/chemicals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
19 lines (19 loc) · 964 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[pytest]
addopts = --doctest-glob='*.rst' --ignore='setup.py' --ignore='manual_runner.py' --ignore='make_test_stubs.py' --doctest-modules --ignore='conf.py'
norecursedirs = plots .cache .git htmlcov notebooks dist .cache .git htmlcov notebooks dist build *.egg-info .tox surfaces prof benchmarks dev dist _build htmlcov __pycache__
doctest_optionflags= NORMALIZE_WHITESPACE NUMBER
markers =
sympy: Uses sympy
mpmath: needs mpmath to check results against a higher-precision result
rdkit: Uses rdkit
fuzz: test not relevant to normal development, but can reveal bugs or provide certainty the results are correct
slow: Generally a slow enough test to not be ran often
plot: Creates plots
matplotlib: Uses matplotlib
numba: Uses numba
skip_types: do not run when generating types
online: Uses internet
CoolProp: compares against coolprop
f2py : Needs numpy to work
pytz : Needs numpy to work
iapws: iapws