This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Ramchandra Apte, eric.araujo, gruszczy, meador.inge, ncoghlan, rhettinger
Date 2011-12-11.10:42:50
SpamBayes Score 1.78552e-05
Marked as misclassified No
Message-id <1323600170.82.0.945222018753.issue13544@psf.upfronthosting.co.za>
In-reply-to
Content
Explicitly spelling out __qualname__ like that makes the tests a bit too sensitive to otherwise irrelevant details of the test layout.

I suggest using comparisons like "self.assertEqual(wrapper.__qualname__, f.__qualname__)" and "self.assertNotEqual(wrapper.__qualname__, f.__qualname__)" to make sure they're the same or different as appropriate, without caring about their precise value (this is similar to what the tests already do for "dict_attr")
History
Date User Action Args
2011-12-11 10:42:50ncoghlansetrecipients: + ncoghlan, rhettinger, eric.araujo, gruszczy, meador.inge, Ramchandra Apte
2011-12-11 10:42:50ncoghlansetmessageid: <1323600170.82.0.945222018753.issue13544@psf.upfronthosting.co.za>
2011-12-11 10:42:50ncoghlanlinkissue13544 messages
2011-12-11 10:42:50ncoghlancreate