This website works better with JavaScript
홈
탐색
도움말
로그인
bux
/
hapic
Watch
1
Star
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
prepare tests folder
Bastien Sevajol
7 년 전
부모
35a24c5dd7
커밋
0cc1e996f4
4개의 변경된 파일
과
5개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
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
파일 보기
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-
+ 2
- 0
tests/conftest.py
파일 보기
@@ -0,0 +1,2 @@
1
+# -*- coding: utf-8 -*-
2
+from tests.fixtures import *
+ 1
- 0
tests/fixtures.py
파일 보기
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-
+ 1
- 0
tests/unit/__init__.py
파일 보기
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-