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 r.david.murray
Recipients ezio.melotti, r.david.murray, serhiy.storchaka, zach.ware
Date 2013-07-19.14:44:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Since we only use unittest for running subsets of our test suite, I think the better behavior is to run everything that -u all normally runs. That is, when one uses unittest to run a bit of the test suite, one generally wants to run the tests one specifies, not have them skipped.

Obviously this is open to discussion, however ;)
History
Date User Action Args
2013-07-19 14:44:01r.david.murraysetrecipients: + r.david.murray, ezio.melotti, zach.ware, serhiy.storchaka
2013-07-19 14:44:01r.david.murraysetmessageid: <[email protected]>
2013-07-19 14:44:01r.david.murraylinkissue18492 messages
2013-07-19 14:44:01r.david.murraycreate