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 orsenthil
Recipients akrpic77, brett.cannon, eric.araujo, ezio.melotti, orsenthil, pitrou, r.david.murray
Date 2011-03-31.03:48:21
SpamBayes Score 1.6750795e-09
Marked as misclassified No
Message-id <20110331034813.GC3066@kevin>
In-reply-to
Content
+1 to the counter argument that "Unexpected Skips should not be marked as failures".

Also, I like the following proposal of giving better messages on skips
useful.

On Sat, Mar 26, 2011 at 07:53:34AM +0000, Ezio Melotti wrote:
> It's also possible to provide better skip messages, e.g.:
> -test_winreg skipped -- No module named 'winreg'
> -test_tk skipped -- No module named '_tkinter'
> -test_urllibnet skipped -- Use of the `network' resource not enabled
> +test_winreg skipped -- No module named 'winreg' (winreg is available on windows only)
> +test_tk skipped -- No module named '_tkinter' (tcl/tk not installed)
> +test_urllibnet skipped -- Use of the `network' resource not enabled (run the tests with -unetwork or -uall to enable it)
History
Date User Action Args
2011-03-31 03:48:22orsenthilsetrecipients: + orsenthil, brett.cannon, pitrou, ezio.melotti, eric.araujo, r.david.murray, akrpic77
2011-03-31 03:48:21orsenthillinkissue10966 messages
2011-03-31 03:48:21orsenthilcreate