cpython: ef35dae58077 (original) (raw)
Mercurial > cpython
changeset 69643:ef35dae58077 3.2
#11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk. [#11938]
Ezio Melotti ezio.melotti@gmail.com | |
---|---|
date | Thu, 28 Apr 2011 00:59:29 +0300 |
parents | 119c7219b1ac |
children | bdd6d8631994 08647ab0ead7 |
files | Lib/test/test_inspect.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_inspect.py 2 |
line wrap: on
line diff
--- a/Lib/test/test_inspect.py +++ b/Lib/test/test_inspect.py @@ -801,7 +801,7 @@ class TestGetattrStatic(unittest.TestCas thing = Thing() self.assertEqual(inspect.getattr_static(thing, 'x'), Thing.x)