db_query / tests /conftest.py
DavMelchi's picture
feat: add 3gpp ue capability parser with volte assessment
7b6d659
raw
history blame contribute delete
157 Bytes
import sys
from pathlib import Path
ROOT_DIR = Path(__file__).resolve().parents[1]
if str(ROOT_DIR) not in sys.path:
sys.path.insert(0, str(ROOT_DIR))