people-reading/backend/tests/conftest.py
2026-05-11 23:26:11 +08:00

5 lines
98 B
Python

import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parents[1]))