Spaces:
Sleeping
Sleeping
| import os | |
| import sys | |
| # Add root directory to python path for pytest module discovery | |
| sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))) | |
| import os | |
| import sys | |
| # Add root directory to python path for pytest module discovery | |
| sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))) | |