VTEST
dotest 是一个基于pytest拓展的测试框架,完全兼容pytest功能,并增加更多易用性功能。
主要功能
- 支持指定测试case执行顺序: 顺序执行、并发执行、乱序执行
- 支持测试case参数化设置
- 支持测试case结果报告实时查看
一键安装
pip install dotest
简易样例
- 执行顺序
testset 描述文件参考testset.yaml 执行命令
cd docs/example dotest --testset testset/testset.yaml -v
Release files for dotest 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dotest-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / dotest-0.1.1-py3-none-any.whl
| Download URL | dotest-0.1.1-py3-none-any.whl |
|---|---|
| Size | 10.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
38905ec5162a2a82f37568df1ae9a79f49d009d3981fa496751c15e11b6cd1b3
|
|
BLAKE2b-256 checksum How to use checksums |
201dc7b3332b563a88ee882c9950726e0fe8eb70163cf7d0af6677b777273757
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.9.6 Darwin/21.4.0
|