Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
bertieb
/
itproject-code
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
feat: add context to ease testing
main
Rob Hallam
4 mesi fa
parent
f4ae8b8916
commit
05a67c6264
1 ha cambiato i file
con
7 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+7
-0
test/context.py
+ 7
- 0
test/context.py
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva