Spaces:
Runtime error
Runtime error
File size: 200 Bytes
c6b0fdb | 1 2 3 4 5 6 | [pytest]
# Ajoute la racine du dépôt à sys.path pendant la collecte des tests.
# Ainsi, `from src.audio import ...` fonctionne avec la commande simple `pytest -q`.
pythonpath = .
testpaths = tests
|