Fix tests and previous commit
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
"""Pytest configuration and shared fixtures."""
|
||||
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
# Ajouter le dossier parent (brain) au PYTHONPATH
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent))
|
||||
|
||||
import shutil
|
||||
import tempfile
|
||||
from pathlib import Path
|
||||
|
||||
Reference in New Issue
Block a user