From: Ben Waugh Date: Thu, 11 Apr 2013 21:47:57 +0000 (+0100) Subject: Remove outline of Unittest section since we normally just use Nose. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fd66d4f71fb0b19c1095e72853deaea88ba1108;p=swc-testing-nose.git Remove outline of Unittest section since we normally just use Nose. --- diff --git a/testing/cheat-sheet.md b/testing/cheat-sheet.md index 74e7106..3e353f1 100644 --- 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 ----