feat(SIMPL-24642): migrate tests from 3 source repos with updated imports
This commit is contained in:
7
tests/data_processing/conftest_utils.py
Normal file
7
tests/data_processing/conftest_utils.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Configuration utilities for testing."""
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
# Add src directory to path for imports
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'src'))
|
||||
Reference in New Issue
Block a user