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 vstinner
Recipients eric.araujo, ezio.melotti, michael.foord, r.david.murray, vstinner
Date 2011-06-19.23:15:25
SpamBayes Score 2.6299482e-05
Marked as misclassified No
Message-id <1308525326.7.0.281115181287.issue12314@psf.upfronthosting.co.za>
In-reply-to
Content
> I’d like regrtest to tell me what exactly was changed, and where.

regrtests has many tests (you give some examples: os.environ, sys.path), run all tests after calling a single test function would make regrtest slower. We can add an option (e.g. --strict?) to run these sanity tests after calling a single test function.

I would also be nice to have this option for the refleak checks: run refleak checks on each function, instead of doing the checks on the whole file.
History
Date User Action Args
2011-06-19 23:15:26vstinnersetrecipients: + vstinner, ezio.melotti, eric.araujo, r.david.murray, michael.foord
2011-06-19 23:15:26vstinnersetmessageid: <1308525326.7.0.281115181287.issue12314@psf.upfronthosting.co.za>
2011-06-19 23:15:26vstinnerlinkissue12314 messages
2011-06-19 23:15:25vstinnercreate