51Testing软件测试论坛 's Archiver
软件测试论坛
›
[软件测试新手上路]
› 想模块化,一直出错
sibyl2016
发表于 2017-5-10 14:23:05
想模块化,一直出错
想把unittest下的的这些内容模块化:
self.driver = webdriver.Chrome()
self.driver.implicitly_wait(30)
self.base_url = 'http://192.168.1.46:318/System/SystemMain'
然后就一直出错setup下必须保留这些内容么?
tester_master
发表于 2017-5-24 11:39:19
呃,能否多提供些信息,没有上下文,无法定位问题啊!!!
页:
[1]
查看完整版本:
想模块化,一直出错