test: add pytest conftest (#82)

This commit is contained in:
2026-04-15 14:53:45 +00:00
parent 3cd8750cbb
commit c009d8df77

3
tests/conftest.py Normal file
View File

@@ -0,0 +1,3 @@
"""Pytest configuration for turboquant."""
import sys, os
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))