文章列表
Mocking a function to raise an Exception to test an except block(模拟函数以引发异常以测试 except 块)
How to mock users and requests in django(如何在 django 中模拟用户和请求)
Assert a function/method was not called using Mock(断言未使用 Mock 调用函数/方法)
Django testing model with ImageField(使用 ImageField 的 Django 测试模型)
How to properly use mock in python with unittest setUp(如何通过 unittest setUp 在 python 中正确使用 mock)
Checking call order across multiple mocks(检查多个模拟的调用顺序)
Mocking a subprocess call in Python(在 Python 中模拟子进程调用)
Mocking only a single method on an object(仅模拟对象上的单个方法)
How to call self in a mock method of an object in Python?(如何在 Python 中对象的模拟方法中调用 self?)
Patch __call__ of a function(修补函数的 __call__)