jeanbaptdzd's picture
Reorganize tests and clean up documentation
6d3bf74
raw
history blame contribute delete
216 Bytes
import os
import sys
# Ensure project root is on sys.path so `import app` works in tests
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
if ROOT not in sys.path:
sys.path.insert(0, ROOT)