Bläddra i källkod

feat: add context to ease testing

main
Rob Hallam 3 månader sedan
förälder
incheckning
05a67c6264
1 ändrade filer med 7 tillägg och 0 borttagningar
  1. +7
    -0
      test/context.py

+ 7
- 0
test/context.py Visa fil

@@ -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

Laddar…
Avbryt
Spara