On Tue, Feb 10, 2009 at 11:48 AM, Qian Xu <quian...@stud.tu-ilmenau.de> wrote: > self.assertEquals(testMethod1(), expected_value1); > self.assertEquals(testMethod2(), expected_value2); > > However, if the first test item is failed, no more tests will be executed. > Can I tell Python, > 1. go ahead, if a failure is occurred. > 2. stop, if an error is occurred?
Typically you would have a different test for two different methods, one for each method. -- http://mail.python.org/mailman/listinfo/python-list