epam_python_courses

时间:2024-04-21 07:40:20
【文件属性】:

文件名称:epam_python_courses

文件大小:40KB

文件格式:ZIP

更新时间:2024-04-21 07:40:20

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部分中重复。 这可能是个问题。


【文件预览】:
epam_python_courses-master
----.gitignore(54B)
----.gitlint(97B)
----pyproject.toml(59B)
----.pre-commit-config.yaml(1KB)
----.github()
--------workflows()
----README.md(598B)
----pytest.ini(67B)
----.flake8(787B)
----hw()
--------hw1()
--------hw6()
--------hw2()
--------hw7()
--------hw4()
--------hw3()
--------hw5()
----test()
--------test2()
--------conftest.py(102B)
--------test7()
--------test5()
--------test3()
--------test6()
--------test4()
--------test1()
----requirements-dev.txt(444B)

网友评论