15:48:07 bug:python>./nose/bin/nosetests testWithClassFixtures.py -s setup for module testWithClassFixtures setup for method in class TestClass fail test Fteardown for method in class TestClass setup for method in class TestClass pass test teardown for method in class TestClass .setup for method in class TestClass fail test Fteardown for method in class TestClass setup for method in class TestClass pass test teardown for method in class TestClass .teardown for module testWithClassFixtures ====================================================================== FAIL: testWithClassFixtures.TestClass.test_fail ---------------------------------------------------------------------- Traceback (most recent call last): File "/globalhome/loki/skola/python/nose/nose/case.py", line 202, in runTest self.test(*self.arg) File "/globalhome/loki/skola/python/testWithClassFixtures.py", line 23, in test_fail assert False AssertionError ====================================================================== FAIL: testWithClassFixtures.TestClassFixtures.test_fail ---------------------------------------------------------------------- Traceback (most recent call last): File "/globalhome/loki/skola/python/nose/nose/case.py", line 202, in runTest self.test(*self.arg) File "/globalhome/loki/skola/python/testWithClassFixtures.py", line 23, in test_fail assert False AssertionError ---------------------------------------------------------------------- Ran 4 tests in 0.003s FAILED (failures=2)