Message402128
| 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:22 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy, dmaurer, rbcollins, ezio.melotti, michael.foord, lisroach |
| 2021-09-18 12:31:22 | serhiy.storchaka | set | messageid: <1631968282.81.0.857346537611.issue36674@roundup.psfhosted.org> |
| 2021-09-18 12:31:22 | serhiy.storchaka | link | issue36674 messages |
| 2021-09-18 12:31:22 | serhiy.storchaka | create | |