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 ezio.melotti, michael.foord, rbcollins, serhiy.storchaka, sleepycal, superluser
Date 2016-04-16.18:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460829793.38.0.763243342503.issue24922@psf.upfronthosting.co.za>
In-reply-to
Content
I think there is a little need for this feature. On other hand, its use looks complicated, and it will likely complicate the implementation.

If tested types are same, but messages differ, messages can be combined in on regex: 'msg1|msg2'.

If tested types differ, but messages are same, this case is already supported.

If tested types and messages differ, you can test with combined regex, and then check a context manager object that the message matches the type. But this is very rare case.
History
Date User Action Args
2016-04-16 18:03:13serhiy.storchakasetrecipients: + serhiy.storchaka, rbcollins, ezio.melotti, michael.foord, sleepycal, superluser
2016-04-16 18:03:13serhiy.storchakasetmessageid: <1460829793.38.0.763243342503.issue24922@psf.upfronthosting.co.za>
2016-04-16 18:03:13serhiy.storchakalinkissue24922 messages
2016-04-16 18:03:13serhiy.storchakacreate