frostfs-testlib/tests/conftest.py

6 lines
93 B
Python

import os
import sys
app_dir = os.path.join(os.getcwd(), "src")
sys.path.insert(0, app_dir)