| [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 | |