http://codereview.appspot.com/3410041/diff/1/trytond/tests/test_tryton.py File trytond/tests/test_tryton.py (right): http://codereview.appspot.com/3410041/diff/1/trytond/tests/test_tryton.py#new... trytond/tests/test_tryton.py:239: return unittest.TestSuite(tests) shouldn't this return suite_? in __main__ modules_suite is still called the same way
http://codereview.appspot.com/3410041/diff/1/trytond/tests/test_tryton.py File trytond/tests/test_tryton.py (right): http://codereview.appspot.com/3410041/diff/1/trytond/tests/test_tryton.py#new... trytond/tests/test_tryton.py:239: return unittest.TestSuite(tests) On 2010/12/02 18:14:25, yangoon wrote: > shouldn't this return suite_? > in __main__ modules_suite is still called the same way No the goals is to create a new suite with DocTestCase at the end.