Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
bertieb
/
itproject-code
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
feat: add context to ease testing
main
Rob Hallam
há 4 meses
ascendente
f4ae8b8916
cometimento
05a67c6264
1 ficheiros alterados
com
7 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+7
-0
test/context.py
+ 7
- 0
test/context.py
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar