Files
fyp/server/src/test/conftest.py
2025-03-10 00:12:17 +00:00

6 lines
152 B
Python

import sys
import os
# Ensure the /server path is in PYTHONPATH
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')))