Annoucing TestGears 0.2 unittest extension

Sep 17, 2005 17:42 · 76 words · 1 minute read

Last month, I introuced Testido, a unittest extension that removes the need to write TestSuites by hand and simplifies some testing. To be in line with TurboGears, for which Testido was originally created, the package has been renamed TestGears.

Here are the changes between Testido 0.1 and TestGears 0.2:

  • unittest.TestCase instances are collected regardless of whether their names begin with “test”. (Thanks to Robert Brewer for the report.)

  • Now calls setup_module(module) and teardown_module(module) as in py.test.