From 653b8354d1a7dbf2bb5bbfdad3d1cd46f5557579 Mon Sep 17 00:00:00 2001 From: Ben Waugh Date: Wed, 10 Apr 2013 22:24:30 +0100 Subject: [PATCH] Add placeholder for testing exceptions in testing cheat sheet. --- testing/cheat-sheet.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- 2.26.2