cosven / cosven.github.io

个人零碎笔记,博客草稿,阅读笔记
10 stars 0 forks source link

10 月份第二周 #5

Closed cosven closed 8 years ago

cosven commented 8 years ago
cosven commented 8 years ago

单单使用pytest测试flask app遇到以下问题

  1. 要启动一个 Server
  2. 模拟网络请求需要调用 requests 库
cosven commented 8 years ago

Cfb 的测试

  1. Kazoo 怎样清理之前的数据。官方有例子
  2. 测试的时候,调用的数据库要区分开来。
  3. 改了一个功能注意跑测试。
cosven commented 8 years ago

怎样让代码便于测试 ?

假如有个类似 key 这样的东西,怎样测试?

if else 是可以接受的...,写在config中最好把