atlasbot/tests/conftest.py

7 lines
144 B
Python
Raw Normal View History

2026-01-28 11:46:52 -03:00
from pathlib import Path
import sys
ROOT = Path(__file__).resolve().parents[1]
if str(ROOT) not in sys.path:
sys.path.insert(0, str(ROOT))