From: Ben Waugh Date: Thu, 11 Apr 2013 21:49:39 +0000 (+0100) Subject: Better title for Nose section in testing cheat sheet. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74868a6154168fe83fd630fcf4a872217207aba9;p=swc-testing-nose.git Better title for Nose section in testing cheat sheet. --- 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