[issue10967] move regrtest over to using more unittest infrastructure

Ezio Melotti report at bugs.python.org
Sat Mar 2 19:31:44 CET 2013


Ezio Melotti added the comment:

> So you are agreeing with my proposal?

I will have to see a concrete proposal first.  If a resource API is useful enough to be added to unittest, and we can come up with a decent API we can move it there, otherwise it can just stay in regrtest.  There's also the issue that the unittest API is already quite big, and adding even more things there might do more harm than good.

There are several other parts of regrtest that can take advantage of already existing unittest features first, and convert them might be enough to close this issue even if the existing resource infrastructure is kept in regrtest.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10967>
_______________________________________


More information about the Python-bugs-list mailing list