书栈网 · BookStack 本次搜索耗时 0.057 秒,为您找到 631 个相关结果.
  • 编写你的第一个 Django 应用,第 5 部分

    编写你的第一个 Django 应用,第 5 部分 自动化测试简介 自动化测试是什么? 为什么你需要写测试 测试将节约你的时间 测试不仅能发现错误,而且能预防错误 测试使你的代码更有吸引力 测试有利于团队协作 基础测试策略 开始写我们的第一个测试 首先得有个 Bug 创建一个测试来暴露这个 bug 运行测试 修复这个 bug 更全面的测...
  • Dusk 浏览器测试

    Laravel Dusk 介绍 安装 管理 ChromeDriver 安装 使用其他浏览器 开始使用 创建测试 运行测试 手动运行 ChromeDriver 环境处理 创建浏览器 创建多个浏览器 改变浏览器窗口大小 浏览器宏 认证 数据库迁移 与元素交互 Dusk 选择器 点击链接 文本、值和属性 检索和设置值 检索文本 ...
  • The staticfiles app

    The staticfiles app 配置 管理命令(Management Commands) collectstatic Customizing the ignored pattern list findstatic runserver Storages StaticFilesStorage ManifestStaticFiles...
  • The staticfiles app

    The staticfiles app Settings Management Commands collectstatic Customizing the ignored pattern list findstatic runserver Storages StaticFilesStorage ManifestStaticFiles...
  • Django 5.0 release notes

    Django 5.0 release notes Python 兼容性 Third-party library support for older version of Django What’s new in Django 5.0 Facet filters in the admin Simplified templates for form fie...
  • 编写你的第一个 Django 应用,第 5 部分

    编写你的第一个 Django 应用,第 5 部分 自动化测试简介 自动化测试是什么? 为什么你需要写测试 测试将节约你的时间 测试不仅能发现错误,而且能预防错误 测试使你的代码更有吸引力 测试有利于团队协作 基础测试策略 开始写我们的第一个测试 首先得有个 Bug 创建一个测试来暴露这个 bug 运行测试 修复这个 bug 更全面的测...
  • 第5部分:测试

    编写你的第一个Django应用,第5部分 自动化测试简介 什么是自动化测试? 为什么你需要创建测试 测试将节省你的时间 测试不仅仅可以发现问题,它们还能防止问题 测试使你的代码更受欢迎 测试有助于团队合作 基本的测试策略 编写我们的第一个测试 我们找出一个错误 创建一个测试来暴露这个错误 运行测试 修复这个错误 更加综合的测试 测...
  • Django 3.0 release notes

    Django 3.0 release notes Python compatibility Third-party library support for older version of Django What’s new in Django 3.0 MariaDB support ASGI support Exclusion constraint...
  • The staticfiles app

    The staticfiles app Settings Management Commands collectstatic Customizing the ignored pattern list findstatic runserver Storages StaticFilesStorage ManifestStaticFiles...
  • Basic tutorial

    Step 0: Prerequisites Step 1: Setup sbt Setup HelloWorld application Step 2: Integrating with HTML Generate JavaScript Create the HTML Page Step 3: Using the DOM Adding the ...