tests/conftest.py

Killed 1 out of 2 mutants

Survived

Survived mutation testing. These mutants show holes in your test suite.

Mutant 54

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