文件名称:assignment2:基本的python函数单元测试以测试函数
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-07 05:26:03
Python
软件测试和质量保证 要求 Python3 吉特 运行代码 使用此命令克隆此仓库git clone https://github.com/Abdulyafai/assignment2.git 使用命令cd assignment2打开文件夹 要运行unittest文件,请运行命令python3 test_assignment2.py要运行菜单,请运行命令python3 menu.py 工作流程
【文件预览】:
assignment2-main
----assignment2.py(974B)
----main.py(1KB)
----templates()
--------index.html(2KB)
----.github()
--------workflows()
----__pycache__()
--------assignment2.cpython-38.pyc(986B)
----Dockerfile(177B)
----app.yaml(18B)
----.gcloudignore(571B)
----test_assignment2.py(1015B)
----menu.py(924B)
----requirements.txt(13B)
----README.md(378B)