--- tests/conftest.py +++ tests/conftest.py @@ -3,7 +3,7 @@ from pathlib import Path # Agregar la ruta del directorio raĆz del proyecto al sys.path -sys.path.insert(0, str(Path(__file__).resolve().parent.parent)) +sys.path.insert(1, str(Path(__file__).resolve().parent.parent)) from app import app