UTFT:用Python编写单元测试和功能测试

时间:2021-05-28 19:44:50
【文件属性】:
文件名称:UTFT:用Python编写单元测试和功能测试
文件大小:11KB
文件格式:ZIP
更新时间:2021-05-28 19:44:50
Python 超薄膜晶体管 用Python编写单元测试和功能测试 设置 确保您具有virtualenv 。 您可以普通virtualenv或virtualenvwrapper 。 $ mkvirtualenv UTFT New python executable in UTFT/bin/python Also creating executable in UTFT/bin/python Installing setuptools, pip, wheel...done. (UTFT)$ (UTFT)$ pip install -r requirements.txt ... Successfully installed mock-1.0.1 py-1.4.27 pyGravatar-0.0.6 pytest-2.7.1 requests-2.7.0 (UTFT)$ (UTFT)$ cat phoneb
【文件预览】:
UTFT-master
----db.py(716B)
----file_store.py(361B)
----prompt.py(417B)
----phonebook.sql(206B)
----requirements.txt(71B)
----validations.py(3KB)
----LICENSE(1KB)
----README.md(4KB)
----ui.py(1KB)
----cli.py(689B)
----views.py(2KB)
----.test()
--------test_ut_validations.py(2KB)
--------test_ut_prompt.py(360B)
--------test_ut_cli.py(880B)
--------test_ut_views.py(460B)
--------test_ut_ui.py(409B)
--------test_cli_classic.py(532B)
----.gitignore(687B)
----notes.md(828B)
----service.py(226B)

网友评论