z-image-studio / tests /conftest.py
techfreakworm's picture
refactor(tooltips): rename copy.py → tooltips.py to avoid stdlib shadow
0592951 unverified
raw
history blame contribute delete
143 Bytes
import sys
from pathlib import Path
# Make top-level modules importable in tests
sys.path.insert(0, str(Path(__file__).resolve().parents[1]))