From: Ben Waugh Date: Wed, 10 Apr 2013 21:24:30 +0000 (+0100) Subject: Add placeholder for testing exceptions in testing cheat sheet. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=653b8354d1a7dbf2bb5bbfdad3d1cd46f5557579;p=swc-testing-nose.git Add placeholder for testing exceptions in testing cheat sheet. --- diff --git a/testing/cheat-sheet.md b/testing/cheat-sheet.md index f792447..140e098 100644 --- a/testing/cheat-sheet.md +++ b/testing/cheat-sheet.md @@ -84,6 +84,12 @@ the way values are represented and rounded. expected = 5.0 assert_almost_equal(observed, expected) +### Testing exceptions + +TODO: + +* using `@raises` decorator + ### Fixtures TODO: