from lib.login import * def suite_setup(): wd = GSTORE['wd'] user_login("admin@pgy", "ub@123456", "csba") enter_system() enter_manage() enter_areafuntion_manage() # def suite_teardown(): # INFO('进行清除操作') # wd = GSTORE['wd'] # wd.quit()