Ai
1 Star 0 Fork 0

wops/aliyun-openapi-python-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
Wallis Yan 提交于 2019-01-23 16:04 +08:00 . python requests (#175)
test-all: lint test functional-test coverage-report
lint:
pycodestyle --statistics aliyun-python-sdk-core/ --max-line-length=100 --ignore=W391,E121,E123,E126,E226,E24,E704,W503,W504 --exclude=DescribeEndpointsRequest.py,vendored
pycodestyle --statistics python-sdk-functional-test/ --max-line-length=100 --ignore=W391,E121,E123,E126,E226,E24,E704,W503,W504
test:
coverage run --branch --source="./aliyun-python-sdk-core/aliyunsdkcore" -m pytest aliyun-python-sdk-core/tests/
functional-test:
bash -e ./run_all_test.sh
coverage-report:
coverage report --include="aliyun-python-sdk-core/aliyunsdkcore/*" --omit="aliyun-python-sdk-core/aliyunsdkcore/vendored/*,aliyun-python-sdk-core/aliyunsdkcore/compat.py,aliyun-python-sdk-core/aliyunsdkcore/data/*"
coverage html --include="aliyun-python-sdk-core/aliyunsdkcore/*" --omit="aliyun-python-sdk-core/aliyunsdkcore/vendored/*,aliyun-python-sdk-core/aliyunsdkcore/compat.py,aliyun-python-sdk-core/aliyunsdkcore/data/*"
release-core:
bash -ex release-core.sh core dist
bash -ex release-core.sh core test
bash -ex release-core.sh core release
bash -ex release-core.sh core-v3 dist
bash -ex release-core.sh core-v3 test
bash -ex release-core.sh core-v3 release
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wops/aliyun-openapi-python-sdk.git
git@gitee.com:wops/aliyun-openapi-python-sdk.git
wops
aliyun-openapi-python-sdk
aliyun-openapi-python-sdk
master

搜索帮助