__st__.py 279 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 from lib.login import * def suite_setup(): wd = GSTORE['wd'] user_login("admin@pgy", "ub@123456", "csba") enter_system() enter_manage() enter_user_manage() # def suite_teardown(): # INFO('进行清除操作') # wd = GSTORE['wd'] # wd.quit()