STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> 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.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12314>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to