[issue12314] regrtest checks (os.environ, sys.path, etc.) are hard to use

STINNER Victor report at bugs.python.org
Mon Jun 20 01:15:26 CEST 2011


STINNER Victor <victor.stinner at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12314>
_______________________________________


More information about the Python-bugs-list mailing list