1 Star 0 Fork 0

张俊良/minio-py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 603 Bytes
一键复制 编辑 原始数据 按行查看 历史
.PHONY: default
default: tests
getdeps:
@echo "Installing required dependencies"
@pip install --user --upgrade autopep8 certifi pytest pylint urllib3
check: getdeps
@echo "Running checks"
@pylint --reports=no --score=no --disable=R0401,R0801 minio/*py
@pylint --reports=no --score=no minio/credentials tests/functional
@isort --diff .
@find . -name "*.py" -exec autopep8 --diff --exit-code {} +
apply: getdeps
@isort .
@find . -name "*.py" -exec autopep8 --in-place {} +
tests: check
@echo "Running unit tests"
@pytest
@echo "Running functional tests"
@env bash run_functional_tests.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhang-junliang/minio-py.git
git@gitee.com:zhang-junliang/minio-py.git
zhang-junliang
minio-py
minio-py
master

搜索帮助