Test icon indicating copy to clipboard operation
Test copied to clipboard

自动化测试架构,python、Selenium、unittest

Results 7 Test issues
Sort by recently updated
recently updated
newest added

$ git clone $ touch test $ git add test $ git commit -m "Initial commit" $ git push origin main

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.3.2 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...

dependencies

def sub_tearDown(self): self.driver.quit() # 清理退出 -----AttributeError: 'TestBaiDu' object has no attribute 'driver' -----driver属性并未定义

ミツボリテストです