shizhaojingszj / demo_post_json_to_flask

demo_post_json_to_flask
1 stars 0 forks source link

test driven development is required, which framework should I use? #8

Open shizhaojingszj opened 7 years ago

shizhaojingszj commented 7 years ago
  1. nose nosexcover

  2. py.test py.test-cov

shizhaojingszj commented 7 years ago

I prefer to use py.test, but I know some projects using nose

py.test is modern way to do things, I decide to try this, maybe these projs can be helpful:

  1. pytest-mock
  2. pytest-cov