You are not logged in Log in Join
You are here: Home » Members » Lalo's page at Zope.org » Zope Unit Testing Framework » New, improved, extra-groovy ZUnit released » View NewsItem

Log in
Name

Password

 

New, improved, extra-groovy ZUnit released

Well, after some inactivity we just resumed the development of ZUnit (the Zope version of the Unit Testing Framework).

It went trough an almost complete redesign and rewrite (but it's still backwards compatible!), in the direction of being a real unit testing framework on its own rigth rather than a wrapper for PyUnit - but of course, if you want to write your tests in Python using PyUnit, we support that too!

The design is now more modular and will allow in the next versions the introduction of many other testing classes. For now, all there is is the ExternalTestCase, which does what ZUnit 0.1 did (wrap around PyUnit tests).

(In case you're wondering - "we" = "Hiperl�gica":http://www.hiperlogica.com.br/en/ in this context)