music-kraken-core/tests/conftest.py

6 lines
194 B
Python
Raw Normal View History

2023-02-22 16:56:52 +00:00
import os
import sys
# Add the parent directory of the current file (i.e., the "tests" directory) to sys.path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))