Spaces:
Sleeping
Sleeping
File size: 161 Bytes
d7f4720 | 1 2 3 4 5 6 | # tests/conftest.py
import os
import sys
# tambahkan project root ke sys.path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|