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 georg.brandl, pitrou, serhiy.storchaka
Date 2014-11-06.15:39:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415288399.61.0.980240957896.issue22806@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately this doesn't work with tests for pickle, json or tkinter.

I'm afraid this feature would make false promise. Without careful check you can not be confident that all modified tests are selected. If you going to add this switch, it should emit a

********************
*                  *
*   LOUD WARNING   *
*                  *
********************

and enumerate all modified files containing 'test' in its path which are not recognized as valid test name.
History
Date User Action Args
2014-11-06 15:39:59serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou
2014-11-06 15:39:59serhiy.storchakasetmessageid: <1415288399.61.0.980240957896.issue22806@psf.upfronthosting.co.za>
2014-11-06 15:39:59serhiy.storchakalinkissue22806 messages
2014-11-06 15:39:59serhiy.storchakacreate