From 3fd66d4f71fb0b19c1095e72853deaea88ba1108 Mon Sep 17 00:00:00 2001 From: Ben Waugh Date: Thu, 11 Apr 2013 22:47:57 +0100 Subject: [PATCH] Remove outline of Unittest section since we normally just use Nose. --- testing/cheat-sheet.md | 9 --------- 1 file changed, 9 deletions(-) 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 ---- -- 2.26.2