文章列表
Python: How do I mock datetime.utcnow()?(Python:如何模拟 datetime.utcnow()?)
Mocking - How do I raise exception on the caller?(模拟 - 如何在调用者上引发异常?)
How do I directly mock a superclass with python mock?(如何使用 python mock 直接模拟超类?)
Python mock: mocking base class for inheritance(Python mock:模拟继承的基类)
Mocking a class method and changing some object attributes in Python(在 Python 中模拟类方法并更改某些对象属性)
in a Flask unit-test, how can I mock objects on the request-global `g` object?(在 Flask 单元测试中,如何模拟请求全局“g对象上的对象?)
When using unittest.mock.patch, why is autospec not True by default?(使用unittest.mock.patch时,为什么autospec默认不是True?)
Using mock to patch a celery task in Django unit tests(在 Django 单元测试中使用 mock 修补 celery 任务)
How to mock mongodb for python unittests?(如何为 python 单元测试模拟 mongodb?)
Mock open() function used in a class method(模拟类方法中使用的 open() 函数)