python-dependency-injector/tests/unit/conftest.py
2021-10-18 10:51:50 -04:00

9 lines
140 B
Python

"""Fixtures module."""
import sys
import os.path
# Add current package to import samples/ dir
sys.path.append(os.path.dirname(__file__))