Parcourir la source

feat: add context to ease testing

main
Rob Hallam il y a 3 mois
Parent
révision
05a67c6264
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. +7
    -0
      test/context.py

+ 7
- 0
test/context.py Voir le fichier

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

Chargement…
Annuler
Enregistrer