/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / tests / conftest.py
7 lines · 185 BBlameHistoryRaw
1"""Configuration for pytest."""
3import os
4import sys
6# Add the src directory to the Python path
7sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../src")))
moveopenescclose