Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
bertieb
/
itproject-code
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
feat: add context to ease testing
main
Rob Hallam
hace 4 meses
padre
f4ae8b8916
commit
05a67c6264
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+7
-0
test/context.py
+ 7
- 0
test/context.py
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar