"""Pytest auto-loaded conftest. Routes through _testenv so both pytest and `unittest discover` see the same stubs.""" import os, sys sys.path.insert(0, os.path.dirname(__file__)) import _testenv # noqa: E402, F401