Spaces:
Running
Running
File size: 286 Bytes
9591ffa | 1 2 3 4 5 6 7 8 9 10 11 | [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
|