calculus-animator / pytest.ini
Rsan0948
Initial commit
fe0c99f
Raw
History Blame Contribute Delete
331 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
addopts = -ra
markers =
e2e: end-to-end UI workflow tests
perf: performance smoke tests
fuzz: property/fuzz tests
filterwarnings =
ignore:antlr4.error.ErrorListener module is not installed:UserWarning
ignore:divide by zero encountered in power:RuntimeWarning