一 python开发大全、系列文章、精品教程
学习大全:https://blog.csdn.net/luanpeng825485697/article/details/78347433
二 spring boot :https://www.cnblogs.com/ityouknow/p/5662753.html
三:Mockito : https://www.cnblogs.com/Ming8006/p/6297333.html
四: python测试系列教程——python+Selenium自动化测试框架: https://blog.csdn.net/luanpeng825485697/article/details/79457867
五:Locust性能测试框架,从入门到精通:http://lovesoo.org/locust-performance-testing-framework-from-entry-to-mastery.html
开发工具
164. pydoc:文档生成器和在线帮助系统
165. doctest:交互式Python示例
166. unittest:单元测试框架
167. unittest.mock:模拟对象库
168. test:Python回归测试包
169. test.support:Python测试工具套件
170. venv:虚拟环境搭建