本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
44
Wiki
活動
瀏覽代碼
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 年之前
父節點
c0bf9d992e
當前提交
2ecda33fed
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pinry/users/tests.py
+ 1
- 1
pinry/users/tests.py
查看文件
@@ -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
Write
Preview
Loading…
取消
儲存