"""Shared test fixtures and path setup. Lets the suite run straight from the repo (`pytest`) without installing the package, while also working fine when bls_client is pip-installed. """ import os import sys sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))