diff options
| author | Larry Hastings <larry@hastings.org> | 2013-09-09 12:12:21 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2013-09-09 12:12:21 (GMT) |
| commit | 8568f66daf088cf235a42288621fb4770ac48199 (patch) | |
| tree | 3db459417e7c4b112b03d59661057f09ff058d07 /Lib/unittest/__init__.py | |
| parent | 60560b18d29a917e64d88d47c5533743001f0787 (diff) | |
| parent | 23543ebd8676384c1c5e28f7a1496777a57479d5 (diff) | |
| download | cpython-8568f66daf088cf235a42288621fb4770ac48199.zip cpython-8568f66daf088cf235a42288621fb4770ac48199.tar.gz cpython-8568f66daf088cf235a42288621fb4770ac48199.tar.bz2 | |
Merge.
Diffstat (limited to 'Lib/unittest/__init__.py')
| -rw-r--r-- | Lib/unittest/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/__init__.py b/Lib/unittest/__init__.py index 201a3f0..a5d50af 100644 --- a/Lib/unittest/__init__.py +++ b/Lib/unittest/__init__.py @@ -11,7 +11,7 @@ Simple usage: import unittest - class IntegerArithmenticTestCase(unittest.TestCase): + class IntegerArithmeticTestCase(unittest.TestCase): def testAdd(self): ## test method names begin 'test*' self.assertEqual((1 + 2), 3) self.assertEqual(0 + 1, 1) |
