Bastien Sevajol 7 лет назад
Родитель
Сommit
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 -*-