[issue17696] lookup fails for renamed functions

R. David Murray report at bugs.python.org
Thu Apr 11 14:53:14 CEST 2013


R. David Murray added the comment:

Well, actually, the old name *is* found, it is the new name that is not found in the class dict when unittest goes to actually run the test.

This is a duplicate of issue 14971.  I thought I had applied that patch, but obviously I haven't, and neither did Michael.  I will fix that.

----------
nosy: +r.david.murray
resolution:  -> duplicate
stage:  -> committed/rejected
status: open -> closed
superseder:  -> (unittest) loadTestsFromName does not work on method with a decorator

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17696>
_______________________________________


More information about the Python-bugs-list mailing list