请教老师个问题,测试用例test_asg测试数据是通过ddt的方式添加,使用suite.addTest方法添加该用例提示错误信息no such test method in <class 'unitest_login.TestCase'>: test_asg
我感觉与ddt有关。我尝试了不用ddt的用例,是可以执行成功的
相关问题
- Selecting an item from a combo box selenium driver
- Selenium in Java is not finding element when using
- How to send text to the search field through Selen
- What is the difference in “find_element_by_xpath”
- Cloudflare and Chromedriver - cloudflare distingui
具体没用过
不过根据报错和上面的这个看应该是参数不对
https://ddt.readthedocs.io/en/latest/example.html 这是对应的例子,和你这写的有差别
有人也写过这种参数类的问题