Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
heuzef
/
pinry
şunun yansıması
https://github.com/pinry/pinry.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
44
Wiki
Aktivite
Kaynağa Gözat
Apply fix from
3b10868
to users tests too
Repeat after me "I'll run a full test suite before pushing changes"
tags/v1.0.0
Krzysztof Klimonda
11 yıl önce
ebeveyn
c0bf9d992e
işleme
2ecda33fed
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
pinry/users/tests.py
+ 1
- 1
pinry/users/tests.py
Dosyayı Görüntüle
@@ -10,7 +10,7 @@ from .models import User
def mock_requests_get(url):
response = mock.Mock(content=open('logo.png').read())
response = mock.Mock(content=open('logo.png'
, 'rb'
).read())
return response
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet