Spaces:
Sleeping
Sleeping
| # tests/conftest.py | |
| import os | |
| import sys | |
| # tambah project root ke sys.path => .../GSLC-MLOps | |
| ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..")) | |
| if ROOT not in sys.path: | |
| sys.path.insert(0, ROOT) | |