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:
f14706e
)
Remove outline of Unittest section since we normally just use Nose.
author
Ben Waugh
<b.waugh@ucl.ac.uk>
Thu, 11 Apr 2013 21:47:57 +0000
(22:47 +0100)
committer
W. Trevor King
<wking@tremily.us>
Fri, 1 Nov 2013 20:43:00 +0000
(13:43 -0700)
testing/cheat-sheet.md
patch
|
blob
|
history
diff --git
a/testing/cheat-sheet.md
b/testing/cheat-sheet.md
index 74e710657d6214bf2cf5494a786f49d3bc2309fa..3e353f1087b63ce0a8072c222841a873c6f86277 100644
(file)
--- a/
testing/cheat-sheet.md
+++ b/
testing/cheat-sheet.md
@@
-22,15
+22,6
@@
Alternatively, raise an exception to indicate what the problem is:
return 0
-Unittest
---------
-
-TODO: write this section
-
-* extending TestCase
-* assertions, e.g. self.assertEquals
-
-
Nose
----