This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
bux
/
hapic
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Activity
Kaynağa Gözat
prepare tests folder
Bastien Sevajol
7 yıl önce
ebeveyn
35a24c5dd7
işleme
0cc1e996f4
4 değiştirilmiş dosya
ile
5 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
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
Dosyayı Görüntüle
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-
+ 2
- 0
tests/conftest.py
Dosyayı Görüntüle
@@ -0,0 +1,2 @@
1
+# -*- coding: utf-8 -*-
2
+from tests.fixtures import *
+ 1
- 0
tests/fixtures.py
Dosyayı Görüntüle
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-
+ 1
- 0
tests/unit/__init__.py
Dosyayı Görüntüle
@@ -0,0 +1 @@
1
+# -*- coding: utf-8 -*-