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 serhiy.storchaka
Recipients dmaurer, ezio.melotti, lisroach, michael.foord, rbcollins, serhiy.storchaka, terry.reedy
Date 2021-09-18.12:31:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631968282.81.0.857346537611.issue36674@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-09-18 12:31:22serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, dmaurer, rbcollins, ezio.melotti, michael.foord, lisroach
2021-09-18 12:31:22serhiy.storchakasetmessageid: <1631968282.81.0.857346537611.issue36674@roundup.psfhosted.org>
2021-09-18 12:31:22serhiy.storchakalinkissue36674 messages
2021-09-18 12:31:22serhiy.storchakacreate