15:47:37 bug:python>./nose-0.10.0/bin/nosetests testWithClassFixtures.py -s setup for module testWithClassFixtures fail test Fpass test .Eteardown for module testWithClassFixtures ====================================================================== ERROR: test suite for testWithClassFixtures.TestClassFixtures ---------------------------------------------------------------------- Traceback (most recent call last): File "/globalhome/loki/skola/python/nose-0.10.0/nose/suite.py", line 148, in run self.setUp() File "/globalhome/loki/skola/python/nose-0.10.0/nose/suite.py", line 196, in setUp self.setupContext(ancestor) File "/globalhome/loki/skola/python/nose-0.10.0/nose/suite.py", line 219, in setupContext try_run(context, names) File "/globalhome/loki/skola/python/nose-0.10.0/nose/util.py", line 377, in try_run return func() TypeError: unbound method setup_class() must be called with TestClassFixtures instance as first argument (got nothing instead) ====================================================================== FAIL: testWithClassFixtures.TestClass.test_fail ---------------------------------------------------------------------- Traceback (most recent call last): File "/globalhome/loki/skola/python/nose-0.10.0/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 2 tests in 0.003s FAILED (failures=1, errors=1)