このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
bertieb
/
itproject-code
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
feat: add context to ease testing
main
Rob Hallam
4ヶ月前
親
f4ae8b8916
コミット
05a67c6264
1個のファイルの変更
、
7行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
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
書き込み
プレビュー
読み込み中…
キャンセル
保存