bio-nexus-api / pytest.ini
Samad14's picture
Deploy backend with pip-installed OpenMM 8.x, Rg/SASA/temp traces
9591ffa verified
Raw
History Blame Contribute Delete
286 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short --strict-markers
asyncio_mode = auto
markers =
requires_rdkit: test needs rdkit installed (HF Spaces only, not local dev)
asyncio: test is an async test