develop tools
Project description
使用示例
# 安装
pip install tools3 loguru
# 会在 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.22.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.22-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file tools3-0.0.22.tar.gz.
File metadata
- Download URL: tools3-0.0.22.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 |
2bc483a4d81abdb63c3e39a4b22f6ddc0a4fb00db4f9f7421699640af5faceef
|
|
| MD5 |
0cd9bf3b0f534688524bb2b883ecd6be
|
|
| BLAKE2b-256 |
9bb2ed83d0bde70a080c8e2e003cadc82ca795ce5ea406ead3ee0860d2e3ee4f
|
File details
Details for the file tools3-0.0.22-py3-none-any.whl.
File metadata
- Download URL: tools3-0.0.22-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 |
b63c145e7f0a1a1ebad7cf7bd7ee1c6f08cbb8ffd151c3f6176af5d902ca540b
|
|
| MD5 |
b53f94bc1d3f908a295d2d4b6ec79611
|
|
| BLAKE2b-256 |
3486c08f0e1267b0fe55c905acd0ee8e4ed1072eb8d1bdc88469b81123282994
|