[Python-Dev] unittest package (original) (raw)
Michael Foord fuzzyman at voidspace.org.uk
Thu Apr 2 23:58:23 CEST 2009
- Previous message: [Python-Dev] Package Management - thoughts from the peanut gallery
- Next message: [Python-Dev] unittest package
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Previous message: [Python-Dev] Package Management - thoughts from the peanut gallery
- Next message: [Python-Dev] unittest package
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]