소스 검색

prepare tests folder

Bastien Sevajol 7 년 전
부모
커밋
0cc1e996f4
4개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/__init__.py
  2. 2 0
      tests/conftest.py
  3. 1 0
      tests/fixtures.py
  4. 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 -*-