Spaces:
Sleeping
Sleeping
| import sys | |
| import os | |
| # Ensure project root is on path so `from app.xxx` works in tests | |
| sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) | |
| import sys | |
| import os | |
| # Ensure project root is on path so `from app.xxx` works in tests | |
| sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) | |