This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
gugdun
/
pocketpy
espejo de
https://github.com/pocketpy/pocketpy
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add `os` test prompt in test case
blueloveTH
hace 2 años
padre
5dab337485
commit
50ab1f81d4
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
tests/70_file.py
+ 1
- 0
tests/70_file.py
Ver fichero
@@ -1,6 +1,7 @@
try:
import os
import io
+ print("[`os` Test Enabled]")
except ImportError:
exit(0)