示例#1
0
def test_search():
    app = App()
    result = app.start().gotoMain().goto_market().goto_search().search()
    assert result
示例#2
0
def test_mine():
    app = App()
    result = app.start().gotoMain().goto_me()
示例#3
0
 def setup(self):
     self.app = App()
示例#4
0
def test_mine():
    app = App()
    app.start().goto_main().goto_mine()
示例#5
0
 def setup(self):
     self.app = App()
     self.main = self.app.start().goto_main()
示例#6
0
 def setup_class(self):
     print("setup开始")
     self.app = App()
示例#7
0
 def setup(self):
     self.app = App().start()