Update cheat-sheet.md
authorBernhard Konrad <bernhard.konrad+github@gmail.com>
Wed, 10 Apr 2013 21:22:48 +0000 (14:22 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 20:46:27 +0000 (13:46 -0700)
Adds more todo's

testing/cheat-sheet.md

index d8b9fdb59fd9585b8827ca6bde791f23470b15cd..7959647e94a5e9dcf6aca4c32a91544becc1b016 100644 (file)
@@ -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