AllYarnsAreBeautiful/AYABInterface

View on GitHub
AYABInterface/test/conftest.py

Summary

Maintainability
A
0 mins
Test Coverage
import os
import sys

HERE = os.path.dirname(__file__)
sys.path.insert(0, os.path.abspath(os.path.join(HERE, "..", "..")))