文件名称:book-example, 在带有 python的TDD上,我的书的示例代码.zip
文件大小:402KB
文件格式:ZIP
更新时间:2022-10-08 03:27:15
开源
book-example, 在带有 python的TDD上,我的书的示例代码 这个库包含我的书中的所有示例代码,"使用 python 测试驱动的Web开发",可以在 www.obeythetestinggoat.com 中使用。检查单个章节的代码本书中的每一章都有自己的分支,其中包含了该章节的所有提交。 所以分
【文件预览】:
book-example-master
----.gitignore(94B)
----README.md(3KB)
----manage.py(808B)
----deploy_tools()
--------provisioning_notes.md(1KB)
--------nginx.template.conf(241B)
--------gunicorn-systemd.template.service(549B)
--------fabfile.py(989B)
----superlists()
--------settings.py(4KB)
--------urls.py(470B)
--------__init__.py(0B)
--------wsgi.py(398B)
----LICENSE(245B)
----functional_tests()
--------base.py(4KB)
--------test_my_lists.py(2KB)
--------test_list_item_validation.py(3KB)
--------test_layout_and_styling.py(819B)
--------test_simple_list_creation.py(3KB)
--------test_sharing.py(2KB)
--------my_lists_page.py(428B)
--------__init__.py(0B)
--------management()
--------list_page.py(2KB)
--------server_tools.py(603B)
--------test_login.py(3KB)
----accounts()
--------admin.py(63B)
--------models.py(454B)
--------migrations()
--------tests()
--------authentication.py(544B)
--------urls.py(318B)
--------__init__.py(0B)
--------apps.py(91B)
--------views.py(894B)
----lists()
--------api.py(1KB)
--------admin.py(63B)
--------api_urls.py(130B)
--------models.py(944B)
--------forms.py(1KB)
--------migrations()
--------tests()
--------static()
--------urls.py(310B)
--------__init__.py(0B)
--------apps.py(85B)
--------views.py(1KB)
--------templates()
----requirements.txt(57B)