projects
/
swc-testing-nose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6341c7
)
Update cheat-sheet.md
author
Bernhard Konrad
<bernhard.konrad+github@gmail.com>
Wed, 10 Apr 2013 21:22:48 +0000
(14:22 -0700)
committer
W. Trevor King
<wking@tremily.us>
Fri, 1 Nov 2013 20:46:27 +0000
(13:46 -0700)
Adds more todo's
testing/cheat-sheet.md
patch
|
blob
|
history
diff --git
a/testing/cheat-sheet.md
b/testing/cheat-sheet.md
index d8b9fdb59fd9585b8827ca6bde791f23470b15cd..7959647e94a5e9dcf6aca4c32a91544becc1b016 100644
(file)
--- 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