瀏覽代碼

feat: add context to ease testing

main
Rob Hallam 3 月之前
父節點
當前提交
05a67c6264
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      test/context.py

+ 7
- 0
test/context.py 查看文件

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

Loading…
取消
儲存