pytest测试框架学习+测试报告(pycharm)更新中~
unittest风格测试固件def setup_module(): #模块setup固件 print('in setup_module')def teardown_module():#模块teardown固件 print('in teardown module')def setup_function():#模块函数setup固件 print('in set_up_function')def teardown_function():#模块teardown固件 prin
原创
2020-05-27 22:22:30 ·
815 阅读 ·
0 评论