文件名称:py-base:Python项目的项目基础
文件大小:4KB
文件格式:ZIP
更新时间:2024-03-10 08:35:32
Python
新的开始 此脚本将删除现有的git repo,创建一个新的git repo,并删除fresh.sh。 ./fresh.sh Python基础项目 这是用于Python快速原型开发的基础项目。 清理 clean脚本删除所有pycache目录。 ./clean.sh 测验 单元测试可以通过vscode或通过终端命令执行。 运行所有测试 python -m unittest 运行特定测试 python -m tests.test_NAME
【文件预览】:
py-base-main
----.gitignore(15B)
----src()
--------__init__.py(0B)
--------constants.py(80B)
--------hello_world.py(383B)
--------main.py(175B)
----README.md(486B)
----tests()
--------__init__.py(0B)
--------test_hello_world.py(400B)
----.vscode()
--------settings.json(279B)
--------launch.json(706B)
----fresh.sh(552B)
----clean.sh(147B)