Serhiy Storchaka <[email protected]> added the comment:
Since the behavior of debug() was different for the following cases:
@skip('skipping')
def test1(self):
pass
@othedecorator
@skip('skipping')
def test2(self):
pass
def test3(self):
self.skipTest('skipping')
I consider it as a bug and will backport the fix.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36674>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com