chore: fixed imports and tests configuration
This commit is contained in:
@@ -31,6 +31,8 @@ build-backend = "poetry.core.masonry.api"
|
||||
[tool.pytest.ini_options]
|
||||
# Chemins où pytest cherche les tests
|
||||
testpaths = ["tests"]
|
||||
# Ajouter le répertoire racine au PYTHONPATH pour les imports
|
||||
pythonpath = ["."]
|
||||
|
||||
# Patterns de fichiers/classes/fonctions à considérer comme tests
|
||||
python_files = ["test_*.py"] # Fichiers commençant par "test_"
|
||||
|
||||
Reference in New Issue
Block a user