From ecfaba8cae2c0670bfe32b51e254c5a073e4aeae Mon Sep 17 00:00:00 2001 From: Bernhard Konrad Date: Wed, 10 Apr 2013 14:22:48 -0700 Subject: [PATCH] Update cheat-sheet.md Adds more todo's --- testing/cheat-sheet.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/testing/cheat-sheet.md b/testing/cheat-sheet.md index d8b9fdb..7959647 100644 --- a/testing/cheat-sheet.md +++ b/testing/cheat-sheet.md @@ -1,6 +1,11 @@ Python Testing Cheat Sheet ========================== +Why testing? +------------ + +(todo) + Defensive programming --------------------- @@ -62,10 +67,17 @@ TODO: finish this ### Fixtures + +Test-driven deveopment +---------------------- + +todo: red-green-refactor(-commit) + + TODO: * setup... * per-test fixtures with @with_setup decorator - +* put bugs into test cases -- 2.26.2