Michael Foord <[email protected]> added the comment: Interesting use case.
If the test has not yet failed this is fine. The problem is that if an exception has *already* been raised then it will already have been added to the result - so by then skipping is meaningless (or contradictory - the test can fail *and* skip). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9857> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
