On Fri, Mar 5, 2010 at 1:36 AM, Joe Blaylock <[email protected]> wrote: > So, why are invenio.testutils.make_test_suite() and > invenio.testutils.run_test_suite() preferred over preferred over just > using unittest / unittest.main() ? > > What do I get for having to impose the extra layer?
Less flexibility and 1/2 fewer lines of code :) -- Victor Engmark
