[TIP] Automated Test Framework in python

Geoff Bache geoff.bache at gmail.com
Mon Aug 23 12:21:24 PDT 2010


> However, I am still looking around to see if there is anything else
> that provides similar features as above.

It might be worth taking a look at TextTest (http://texttest.org) also:
it assumes that a test consists of a single terminating process
that produces some files, and manages changes in the contents
of those files. This means it can easily be used to wrap some other
test tool or custom test script. It has a test management GUI to
aid with managing suites, integrating with VCSs, extracting information
from bug reporting systems and things like that.

Regards,
Geoff



More information about the testing-in-python mailing list