Version 0.2 finally first commit
This commit is contained in:
6
tests/conftest.py
Normal file
6
tests/conftest.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import pytest
|
||||
import sys
|
||||
import os
|
||||
|
||||
# Adjust PATH environment variable to include the src directory
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../src')))
|
||||
Reference in New Issue
Block a user