书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 26503 个相关结果.
  • Testing Flask Applications

    Testing Flask Applications The Application The Testing Skeleton The First Test Logging In and Out Test Adding Messages Other Testing Tricks Faking Resources and Context Keep...
  • Testing pull requests

    Testing pull requests Downloading a compiled build If you have a GitHub account If you don’t have a GitHub account Compiling a pull request branch from source Testing pull ...
  • 11. Testing

    Writing Automated Tests Writing Automated Tests In his 1972 essay “The Humble Programmer,” Edsger W. Dijkstra said that “Program testing can be a very effective way to show the...
  • Testing Your Extensions

    Testing Your Extensions Testing Apps Resolving View Names CMSTestCase Testing Plugins Testing Your Extensions Testing Apps Resolving View Names Your apps need testing, but...
  • Testing Your Extensions

    Testing Your Extensions Testing Apps Resolving View Names CMSTestCase Testing Plugins Testing Your Extensions Testing Apps Resolving View Names Your apps need testing, but...
  • Performance Testing Framework

    Performance Testing Framework Installation Drivers Workflow Sample Output API perf.use_driver perf.set_log_level perf.set_retry_count perf.setup perf.start_upstream perf.s...
  • Testing Widevine CDM

    Testing Widevine CDM Note on VMP Getting the library On Windows On macOS Using the library Verifying Widevine CDM support Testing Widevine CDM In Electron you can use the ...
  • Testing Web Frameworks

    Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js 虽然Jest可能被看做为React特定的测试运行工具,事实上,其是一个万能的测试平台,其有能力适应任何JavaScript库或框架。 在这一节,我们想要链接一些关于将Jest继承到其他流行JS库中的社区帖子和文章。...
  • Testing Asynchronous Code

    回调 Promises .resolves / .rejects Async/Await 在JavaScript中执行异步代码是很常见的。 当你有以异步方式运行的代码时,Jest 需要知道当前它测试的代码是否已完成,然后它可以转移到另一个测试。 Jest有若干方法处理这种情况。 回调 最常见的异步模式是回调函数。 例如,假设您有一个 fet...
  • Testing Web Frameworks

    Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS 虽然Jest可能被看做为React特定的测试运行工具,事实上,其是一个万能的测试平台,其有能力适应任何JavaScript库或框架。 在这一节,我们想要链接一些关于将Jest继承到其他流行JS库中的社区帖子和文章。 Vue.j...