GSLC-MLOps / tests /conftest.py
github-actions
Deploy from GitHub Actions: 4025db1ea73f71f9c2a3953aa74dd93cdedb2084
d7f4720
Raw
History Blame Contribute Delete
217 Bytes
# 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)