文件名称:python_epam_2021
文件大小:189KB
文件格式:ZIP
更新时间:2024-04-14 15:41:07
Python
发展 安装开发需求 pip install -r requirements-dev.txt 格式设定 black . 林亭 flake8 运行测试 pytest --cov=hw运行测试 pytest --cov=hw --cov-report html使用html报告运行测试 安装预提交 pip install pre-commit 添加挂钩pre-commit install pre-commit install --hook-type commit-msg 更新到最新版本, pre-commit autoupdate 注意:flake8依赖项在additional_dependencies部分中重复。 这可能是个问题。
【文件预览】:
python_epam_2021-master
----.flake8(1KB)
----.github()
--------workflows()
----.gitlint(97B)
----requirements-dev.txt(444B)
----pytest.ini(67B)
----test()
--------hw5()
--------hw6()
--------__init__.py(0B)
--------hw3()
--------hw2()
--------conftest.py(102B)
--------hw1()
--------hw4()
----README.md(598B)
----.pre-commit-config.yaml(1KB)
----hw()
--------hw5()
--------hw6()
--------hw3()
--------hw2()
--------hw1()
--------hw4()
----.gitignore(76B)
----pyproject.toml(59B)