随笔分类 - Python的单手学习之路
摘要:主流pytest工具。 Python语言下:unittest框架,pytest工具。 Java语言下:Junit框架,testng工具 pytest 命名规则: 测试用例: class TestPytest(): """测试Pytest类""" def test_001(self): """test
阅读全文
摘要:来自:https://blog.csdn.net/bigzql/category_10279338.html 我按顺序整理如下: https://cpython.blog.csdn.net/article/details/107881405 https://cpython.blog.csdn.net
阅读全文