You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# test_mycase_001.pyfromapps.my_app.case.base_caseimportBaseCasefromapps.my_app.widget.my_app_widgetimportMyAppWidgetclassTestCase(BaseCase)
deftest_mycase_001(self):
"""this is my test case"""MyAppWidget().click_xxx_by_attr()
self.assert_true()
首先感谢作者们的出色工作。
我在学习Youqu,但是不知道该如何编写用例,请问能否提供一些case作参考?
(。◕◡◕。)ノ谢谢~
The text was updated successfully, but these errors were encountered: