[issue18968] Find a way to detect incorrectly skipped tests

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-14 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- nosy: +xdegaye ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-13 Thread Ezio Melotti
Ezio Melotti added the comment: See also 16079. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-13 Thread Ezio Melotti
Ezio Melotti added the comment: Isn't this a duplicate of #16056? -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list m

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-13 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-13 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: +Tests ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-07 Thread Ethan Furman
Ethan Furman added the comment: Run the test suite both with and without the patch, and compare the results. Additional skipped tests, additional failed tests, or less than the number of expected additional tests signal a problem. The first two should be automatable, the last depends on the h

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-07 Thread Nick Coghlan
Changes by Nick Coghlan : -- title: Find a way to detect regressions in test execution -> Find a way to detect incorrectly skipped tests ___ Python tracker ___ _