嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
python禅道登陆接口自动化实战
python针对禅道登陆接口的自动化测试, unittest ddt接口自动化数据驱动并生成中文版的html报告;第一次写接口自动化的测试,学到很多东西,有不懂的客户加微信
.
├── InterfaceOne
│ ├── __init__.py
│ ├── case
│ │ ├── __pycache__
│ │ │ └── test_api.cpython-36.pyc
│ │ ├── demo_api.xlsx
│ │ └── test_api.py
│ ├── common
│ │ ├── HTMLTestRunner.py
│ │ ├── HTMLTestRunner_cn.py
│ │ ├── __pycache__
│ │ │ ├── HTMLTestRunner_cn.cpython-36.pyc
│ │ │ ├── base_api.cpython-36.pyc
│ │ │ ├── readexcel.cpython-36.pyc
│ │ │ └── writeexcel.cpython-36.pyc
│ │ ├── base_api.py
│ │ ├── debug_api.xlsx
│ │ ├── readexcel.py
│ │ ├── result.xlsx
│ │ ├── testreport.xlsx
│ │ └── writeexcel.py
│ ├── report
│ │ ├── result.html
│ │ └── result.xlsx
│ ├── run_this.py
│ └── venv
│ ├── Lib
│ │ ├── site-packages
│ │ │ ├── setuptools-28.8.0-py3.6.egg
│ │ │ └── setuptools.pth
│ │ └── tcl8.6
│ │ └── init.tcl
│ ├── Scripts
│ │ ├── Activate.ps1
│ │ ├── _asyncio.pyd
│ │ ├── _bz2.pyd
│ │ ├── _ctypes.pyd
│ │ ├── _ctypes_test.pyd
│ │ ├── _decimal.pyd
│ │ ├── _distutils_findvs.pyd
│ │ ├── _elementtree.pyd
│ │ ├── _hashlib.pyd
│ │ ├── _lzma.pyd
│ │ ├── _msi.pyd
│ │ ├── _multiprocessing.pyd
│ │ ├── _overlapped.pyd
│ │ ├── _socket.pyd
│ │ ├── _sqlite3.pyd
│ │ ├── _ssl.pyd
│ │ ├── _testbuffer.pyd
│ │ ├── _testcapi.pyd
│ │ ├── _testconsole.pyd
│ │ ├── _testimportmultiple.pyd
│ │ ├── _testmultiphase.pyd
│ │ ├── _tkinter.pyd
│ │ ├── activate
│ │ ├── activate.bat
│ │ ├── deactivate.bat
│ │ ├── easy_install-3.6-script.py
│ │ ├── easy_install-3.6.exe
│ │ ├── easy_install-3.6.exe.manifest
│ │ ├── easy_install-script.py
│ │ ├── easy_install.exe
│ │ ├── easy_install.exe.manifest
│ │ ├── pip-script.py
│ │ ├── pip.exe
│ │ ├── pip.exe.manifest
│ │ ├── pip3-script.py
│ │ ├── pip3.6-script.py
│ │ ├── pip3.6.exe
│ │ ├── pip3.6.exe.manifest
│ │ ├── pip3.exe
│ │ ├── pip3.exe.manifest
│ │ ├── pyexpat.pyd
│ │ ├── python.exe
│ │ ├── python3.dll
│ │ ├── python36.dll
│ │ ├── pythonw.exe
│ │ ├── select.pyd
│ │ ├── sqlite3.dll
│ │ ├── tcl86t.dll
│ │ ├── tk86t.dll
│ │ ├── unicodedata.pyd
│ │ ├── vcruntime140.dll
│ │ └── winsound.pyd
│ └── pyvenv.cfg
└── python禅道登陆接口自动化实战_InterfaceOne.zip
11 directories, 76 files