From 74868a6154168fe83fd630fcf4a872217207aba9 Mon Sep 17 00:00:00 2001 From: Ben Waugh Date: Thu, 11 Apr 2013 22:49:39 +0100 Subject: [PATCH] Better title for Nose section in testing cheat sheet. --- testing/cheat-sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/cheat-sheet.md b/testing/cheat-sheet.md index 3e353f1..7df9783 100644 --- a/testing/cheat-sheet.md +++ b/testing/cheat-sheet.md @@ -22,8 +22,8 @@ Alternatively, raise an exception to indicate what the problem is: return 0 -Nose ----- +Unit testing with Nose +---------------------- To run tests, at the shell prompt, type -- 2.26.2