[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