This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bertieb
/
itproject-code
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
feat: add context to ease testing
main
Rob Hallam
4 months ago
parent
f4ae8b8916
commit
05a67c6264
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
test/context.py
+ 7
- 0
test/context.py
View File
@@ -0,0 +1,7 @@
import os
import sys
# Add the root directory of the project ("..") to the path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import pipeline
Write
Preview
Loading…
Cancel
Save