You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nosetests --decorator-file examples/test_decorator.attribs examples/test_decorator.py -a meth_one
.
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
$ nosetests-3.4 --decorator-file examples/test_decorator.attribs examples/test_decorator.py -a meth_one
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
Oh, it's not your fault @little-dude . __dict__ has been used in this piece of code from the beginning. I just noticed this problem when merging in your changes.
Notice the difference in behavior:
It may be related to how different instance methods behave under Python 3, this piece of code in particular.
The text was updated successfully, but these errors were encountered: