随笔分类 -  Python的单手学习之路

pytest自动化
摘要:主流pytest工具。 Python语言下:unittest框架,pytest工具。 Java语言下:Junit框架,testng工具 pytest 命名规则: 测试用例: class TestPytest(): """测试Pytest类""" def test_001(self): """test 阅读全文

posted @ 2024-08-21 16:47 香草奶油 阅读(84) 评论(0) 推荐(0)

宝藏Python基础语法
摘要:来自:https://blog.csdn.net/bigzql/category_10279338.html 我按顺序整理如下: https://cpython.blog.csdn.net/article/details/107881405 https://cpython.blog.csdn.net 阅读全文

posted @ 2024-08-20 17:17 香草奶油 阅读(39) 评论(0) 推荐(0)

导航