python-tdd-book:在TDD之后使用Python创建Superlists Web应用程序

时间:2021-04-29 19:42:02
【文件属性】:
文件名称:python-tdd-book:在TDD之后使用Python创建Superlists Web应用程序
文件大小:2.58MB
文件格式:ZIP
更新时间:2021-04-29 19:42:02
JavaScript 用Python测试驱动开发 要在Raspberry Pi中运行Selenium,请执行以下操作:2.安装Raspbian随附的firefox esr版本。 $ sudo apt-get install firefox-esr Geckodriver也需要它才能工作。 geckodriver的版本非常重要,因为否则它将无法运行。 与Raspbian 2一起使用的正确版本是geckodriver-v0.17.0-arm7hf.tar.gz。 可以按照以下步骤进行操作: $ wget $ tar -xvzf geckodriver-v0.17.0-arm7hf.tar.gz $ rm geckodriver-v0.17.0-arm7hf.tar.gz $ chmod + x geckodriver $ cp geckodriver / usr / local / bin / $ rm -
【文件预览】:
python-tdd-book-master
----README.rst(1KB)
----accounts()
--------models.py(449B)
--------apps.py(91B)
--------authentication.py(542B)
--------tests()
--------__init__.py(0B)
--------migrations()
--------views.py(938B)
--------admin.py(63B)
--------urls.py(326B)
----docs()
--------NOTES.rst(4KB)
--------double_loop_tdd_process.png(126KB)
----functional_tests()
--------test_login.py(3KB)
--------test_my_lists.py(2KB)
--------list_page.py(2KB)
--------management()
--------server_tools.py(936B)
--------__init__.py(0B)
--------test_layout_and_styling.py(1007B)
--------test_simple_list_creation.py(4KB)
--------test_sharing.py(2KB)
--------base.py(4KB)
--------test_list_item_validation.py(3KB)
--------my_lists_page.py(479B)
----geckodriver-v0.17.0-arm7hf.tar.gz(2.13MB)
----lists()
--------models.py(993B)
--------apps.py(85B)
--------templates()
--------tests()
--------static()
--------__init__.py(0B)
--------migrations()
--------views.py(1KB)
--------admin.py(63B)
--------urls.py(309B)
--------forms.py(1KB)
----requirements.txt(33B)
----manage.py(808B)
----.gitignore(128B)
----superlists()
--------wsgi.py(398B)
--------__init__.py(0B)
--------settings.py(4KB)
--------urls.py(960B)
----deploy_tools()
--------gunicorn-systemd.template.service(344B)
--------nginx.template.conf(239B)
--------fabfile.py(2KB)
--------provisioning_notes.md(854B)

网友评论