__st__.py 184 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 from lib.login import * def suite_setup(): wd = GSTORE['wd'] open_browser() # def suite_teardown(): # INFO('进行清除操作') # wd = GSTORE['wd'] # wd.quit()