国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

[gist]Evernote with emacs and org-mode

susheng / 2739人閱讀

摘要:最近在用和為應用測試發現幾個使用要注意的地方一個導入的因為已經被導入到目標文件因此必須要目標文件的該方法而不是原

from http://oyanglul.us

最近在用 nosetests 和 mock1 為 bottle 應用測試, 發現幾個使用nosetests 要注意的 地方:

1 patch method of module

patch 一個導入 module 的 method, 因為 method 已經被導入到目標文件, 因此必須 要 patch 目標文件的 該方法, 而不是原 module.

# wsgi.py
from db import get_db

def insert_something():
    get_db().insert(something)

# test.py
import wsgi

# @patch("db.get_db") # this won"t work
@patch("wsgi.get_db") # should patch wsgi
def test_insert(mock_get_db):
    mock_get_db.return_value = Database()
    ...

文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。

轉載請注明本文地址:http://m.specialneedsforspecialkids.com/yun/85257.html

相關文章

  • [gist]Why do we still need Evernote since there is

    from http://oyanglul.us Im a Emacs user and as you may know there is a awesome mode called gist.el, and since then, I found that its completely...

    philadelphia 評論0 收藏0
  • 【轉】給年輕的前端程序員提升能力的幾條建議

    摘要:如果你問一個年輕的前端開發人員,你在今后的年內如何提升自己的能力他可能會說我現在對前端比較熟悉,但我想深入了解,另外現在發展的很快我也想看一下。再舉一個例子,我會留意身邊的程序員所用的鍵盤。只有少部分的程序員會買高端的靜電容鍵盤,比如。 如果你問一個年輕的前端開發人員,你在今后的 3 年內如何提升自己的能力?他可能會說我現在對 Web 前端比較熟悉,但我想深入了解 AngularJS,...

    Ryan_Li 評論0 收藏0
  • [gist]emacs auto config

    摘要:有同學問初學該有個什么之類的雖然我之前也在用但是那玩意其實對來說已經很雞肋了對包管理這塊做的已經足夠好而且源也足夠多因此配置會變得容易的多我也不知道在哪翻出來的這個正好同時解決了新手配置以及文檔化的問題所以我決定從遷過 from http://oyanglul.us 有同學...

    aervon 評論0 收藏0
  • [gist]pure and secure javascript oauth with yql

    from http://oyanglul.us It would be awesome if we can use OAuth in JavaScript purely in client side. before start to do that, please let me e...

    ityouknow 評論0 收藏0

發表評論

0條評論

susheng

|高級講師

TA的文章

閱讀更多
最新活動
閱讀需要支付1元查看
<