develop tools
Project description
使用示例
# 安装
pip install tools3
# 会在 demo.py 生成测试用例
tools3-cli -t jc_phpunit examples/demo_config.json
# 会生成phpunit文件
examples/demo_config.phpunit
examples/demo_config.json
{
"name": "test_params_json_config",
"desc": "",
"params": {
"can_use_integral": {
"积分_null": null,
"积分_空字符串": "",
"积分_数字零": "0",
"积分_是": "1",
"积分_否": "2"
},
"enable_integral": {
"积分应用未安装": null,
"积分应用已启用": "T",
"积分应用禁用": "F",
"积分应用已过期": "E"
}
},
"expected": {
"hasException": false
}
}
pip install unittest
pip install python-json-logger
运行单元测试
python3.10 -m unittest discover tests
python3.10 -m unittest discover tests/compile/uc
构建包上传包到PyPI
python3.11 setup.py sdist bdist_wheel
python3.11 -m twine upload dist/*
运行示例
python3.10 examples/demo.py
python3.10 examples/bug_11741.py
python3.10 examples/bug_11768.py
python3.10 examples/bug_11775.py
python3.10 examples/bug_11779.py
python3.10 examples/xq_14941.py
安装本地包
在开发过程中,你可以通过 pip install -e . 将包以“可编辑模式”安装到本地环境
pip install -e .
pip install tools3
which tools3-cli
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tools3-0.0.20.tar.gz
(13.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tools3-0.0.20-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file tools3-0.0.20.tar.gz.
File metadata
- Download URL: tools3-0.0.20.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fa8313911d09c358abbdeedcd20396c33cefb43c722b2afcdefe36f16455121
|
|
| MD5 |
d9b6b3a4d3dae20d76a8bf9b54413b50
|
|
| BLAKE2b-256 |
90ac6652228c716a2d8b37127e168d445a7a3be6a0c323bb5fcc9753f08ec711
|
File details
Details for the file tools3-0.0.20-py3-none-any.whl.
File metadata
- Download URL: tools3-0.0.20-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73eaf0d4ff34d680f8d8f84893acec9576722cc3a2f1be9402a03bfabbc106a9
|
|
| MD5 |
c8e8462b21e4cebdef7b1474a12666bc
|
|
| BLAKE2b-256 |
318ca1a528bbd229c7c9739601884819f9222e5685ce4ad5b9a1514413950bc5
|