Este site funciona melhor com JavaScript
Página inicial
Explorar
Ajuda
Entrar
bux
/
hapic
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull Requests
0
Versões
0
Wiki
Atividade
Ver código fonte
prepare tests folder
Bastien Sevajol
7 anos atrás
pai
35a24c5dd7
commit
0cc1e996f4
4 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do 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 arquivo
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-
+ 2
- 0
tests/conftest.py
Ver arquivo
@@ -0,0 +1,2 @@
1
+# -*- coding: utf-8 -*-
2
+from tests.fixtures import *
+ 1
- 0
tests/fixtures.py
Ver arquivo
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-
+ 1
- 0
tests/unit/__init__.py
Ver arquivo
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-