more work on resuming.
This commit is contained in:
5
test/conftest.py
Normal file
5
test/conftest.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
# Add the test directory to Python path so test utilities can be imported
|
||||
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
||||
Reference in New Issue
Block a user