Add placeholder for testing exceptions in testing cheat sheet.
authorBen Waugh <b.waugh@ucl.ac.uk>
Wed, 10 Apr 2013 21:24:30 +0000 (22:24 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 20:42:48 +0000 (13:42 -0700)
testing/cheat-sheet.md

index f79244720b59b78c5b807b16825be0d2b9f0db6b..140e098658cecc8add0d8aa38d179b3186d61658 100644 (file)
@@ -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: