Este sitio web funciona mejor con JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
bux
/
hapic
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
Explorar el Código
prepare tests folder
Bastien Sevajol
hace 7 años
padre
35a24c5dd7
commit
0cc1e996f4
Se han
modificado 4 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
tests/__init__.py
2
0
tests/conftest.py
1
0
tests/fixtures.py
1
0
tests/unit/__init__.py
+ 1
- 0
tests/__init__.py
Ver fichero
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-
+ 2
- 0
tests/conftest.py
Ver fichero
@@ -0,0 +1,2 @@
1
+# -*- coding: utf-8 -*-
2
+from tests.fixtures import *
+ 1
- 0
tests/fixtures.py
Ver fichero
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-
+ 1
- 0
tests/unit/__init__.py
Ver fichero
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-