[Python-Dev] unittest package
Michael Foord
fuzzyman at voidspace.org.uk
Thu Apr 2 23:58:23 CEST 2009
Hello all,
The unittest module is around 1500 lines of code now, and the tests are
3000 lines.
It would be much easier to maintain as a package rather than a module.
Shall I work on a suggested structure or are there objections in principle?
Obviously all the functionality would still be available from the
top-level unittest namespace (for backwards compatibility).
Michael
--
http://www.ironpythoninaction.com/
More information about the Python-Dev
mailing list