Python 测试工具有哪些?【面试题详解】 2020-12-30 22:57:17 爱分享 取消关注 关注 私信 今天爱分享给大家带来测试工具有哪些?【面试题详解】,希望能够帮助到大家。 unittest:一个通用的测试框架 doctest:一个更简单的模块,是为检查文档而设计的,同时非常适合用来编写单元测试。 locust: 性能测试工具 mock: (Python3 标准库) mock和patch。 factoryboy, Python测试fixtures(setup和teardown)替代库。 faker 生成多种伪数据。 相关推荐: 安装pocketsphinx /libsphinxad/ad_openal.c:43:10: fatal error: ‘al.h’ file not found【解决办法】 苹果电脑 mac 如何安装ctcdecode【详细步骤】 python unittest测试框架如何使用【解析与教程】 ubuntu tensorflow 1.14运行程序报错cuDNN failed to initialize【解决办法】 Python 2.x和Python 3.x版本有哪些区别?【面试题详解】 Could not import the PyAudio C module ‘_portaudio’. Reason: image not found【解决办法】 赞赏 人已赞赏 python