使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
bertieb
/
itproject-code
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
feat: add context to ease testing
main
Rob Hallam
4 个月前
父节点
f4ae8b8916
当前提交
05a67c6264
共有
1 个文件被更改
,包括
7 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
撰写
预览
正在加载...
取消
保存