TestSolar TestTool CLI
Project description
testtools-cli
testtools命令行工具,主要提供脚手架辅助功能
安装
pip install testtools-cli
如何使用
💾testtools-cli install
安装工具开发依赖的相关组件,目前包括:
- solarctl
✨testtools-cli init
在指定目录(默认当前目录)创建测试工具脚手架内容,当前支持语言:
- python
- golang
使用例子:
testtools-cli init
testtools-cli init --workdir /tmp/jagma
测试工具建议使用小写英文名称。
🪄testtools-cli check
检查指定目录(默认当前目录)的脚手架内容还有哪些要修改的。
- __TODO__: 必须实现的部分
必须实现的部分主要包括用例的加载、执行以及结果的上报
- __RECOMMANDTODO__: 建议实现的部分
建议实现的部分主要为工具的元数据信息,包括homePage(工具主页)、repository(工具源码地址)、gitPkgUrl以及httpPkgUrl(工具压缩包地址)等
🐞testtools-cli debug
执行加载用例
及执行用例
并输出工具日志,命令支持参数如下所示:
-
--case-root
指定用例库根目录,若不传入则默认为当前目录 -
--target
指定加载/执行的用例范围,支持传入多个执行目标,若不传入则默认执行用例库下所有用例。 -
--tool
指定开发的工具所在目录,若不传入则默认为当前目录 -
--commands
指定构建 TestContainer 时执行的自定义命令,适用于用例执行过程中需要安装额外依赖的场景,支持传入多个命令
开发说明
脚手架内容按照语言统一放到 脚手架目录 下面。模板语言使用Jinja2,只有2条简单规则:
- 文件内容中的
{{name}}
会被替换为输入的工具名称 - 路径中的
{{name}}
会被替换为输入的工具名称
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
testtools_cli-0.2.15.tar.gz
(87.5 kB
view hashes)
Built Distribution
Close
Hashes for testtools_cli-0.2.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49e56312b428d46db5f4ca9cc23544e50d95c0e7daea07110bd6bf6cb4eaef25 |
|
MD5 | 567fadeffac442dec8c0e75f95d16634 |
|
BLAKE2b-256 | a4454ae164ad2020e65573bfb6005aed8daf28ae6d8da25fce86777fa6f30e7c |