This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
bux
/
hapic
Watch
1
Star
0
Fork
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
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 -*-