commit | 28bb572ab4e72abfd918343f1d6114630daa4564 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Apr 01 19:00:50 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Apr 01 19:00:50 2002 +0000 |
tree | 4fd1bbdbf94f7728ab873eac8af237079b4e7945 | |
parent | b1295da59e90f85c71cd5591eff38376017f5e43 [diff] [blame] |
Use attributes appropriately
diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py index 626b937..b7b3c07 100644 --- a/Lib/test/test_hmac.py +++ b/Lib/test/test_hmac.py
@@ -63,7 +63,7 @@ dig = h.hexdigest() h2 = h.copy() except: - fail("Exception raised during normal usage of HMAC class.") + self.fail("Exception raised during normal usage of HMAC class.") class CopyTestCase(unittest.TestCase): def test_attributes(self):