Table of Contents
Mock 在 Python 3.3 后是Python的内置模块(unittest.mock
), 在之前可以安装PyPI上的mock。
- https://virusdefender.net/index.php/archives/10/
- https://www.toptal.com/python/an-introduction-to-mocking-in-python
- http://www.oschina.net/translate/unit-testing-with-the-python-mock-class
- http://www.drdobbs.com/testing/using-mocks-in-python/240168251
- http://alexmarandon.com/articles/python_mock_gotchas/
- http://python-mock.sourceforge.net/
- https://mock.readthedocs.org/en/latest/
- https://docs.python.org/dev/library/unittest.mock.html
- https://pypi.python.org/pypi/mock
- https://segmentfault.com/a/1190000002965620