mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Spelling fixes (#2902)
This commit is contained in:
parent
d9d55c91be
commit
49b2734bf1
29 changed files with 54 additions and 54 deletions
|
@ -255,7 +255,7 @@ class TestMockingMagicMethods(unittest.TestCase):
|
|||
|
||||
for entry in _magics:
|
||||
self.assertTrue(hasattr(mock, entry))
|
||||
self.assertFalse(hasattr(mock, '__imaginery__'))
|
||||
self.assertFalse(hasattr(mock, '__imaginary__'))
|
||||
|
||||
|
||||
def test_magic_mock_equality(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue