forked from CalebBell/thermo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
24 lines (24 loc) · 886 Bytes
/
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
[pytest]
addopts = --doctest-glob='*.rst' --ignore='setup.py' --ignore='chemical_compare.py' --doctest-modules
norecursedirs = .cache .git htmlcov notebooks dist build
markers =
sympy: Uses sympy
mpmath: Uses mpmath
rdkit: Uses rdkit
fuzz: Test running on random input, slow
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
parametric: parametric
CoolProp: CoolProp
meta_Chemical: meta_Chemical
meta_T_dept: meta_T_dept
deprecated: deprecated stuff that should eventually be replaced by new stuff
slow_envelope: slow envelopers
scipy : Needs scipy to work
numpy : Needs numpy to work
f2py : Needs f2py to work
pytz : Needs pytz to work
fitting : Uses regression to obtain parameters; slow