[Zope-dev] ZConfig 2.5.1 test failures
Timothy Selivanow
timothy.selivanow at virtualxistenz.com
Tue Apr 22 19:57:21 EDT 2008
On Tue, 2008-04-22 at 19:44 -0400, Fred Drake wrote:
> Can you provide the traceback?
It's in the attached file at the bottom. I didn't put it in the body of
the email 'cause the total output is ~14kB and includes *all* the output
from running the tests (so it also shows the last good test that it ran,
and everything that led up to it).
Here's the Traceback in case someone is interested in just it (I don't
think it's useful because it's the unittest module that raises the
error...but that's just me ;)
Traceback (most recent call last):
File "setup.py", line 47, in <module>
'zope.testing',
File "/usr/lib64/python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib64/python2.5/distutils/dist.py", line 974, in
run_commands
self.run_command(cmd)
File "/usr/lib64/python2.5/distutils/dist.py", line 994, in
run_command
cmd_obj.run()
File "/usr/lib/python2.5/site-packages/setuptools/command/test.py",
line 119, in run
self.with_project_on_sys_path(self.run_tests)
File "/usr/lib/python2.5/site-packages/setuptools/command/test.py",
line 101, in with_project_on_sys_path
func()
File "/usr/lib/python2.5/site-packages/setuptools/command/test.py",
line 130, in run_tests
testLoader = loader_class()
File "/usr/lib64/python2.5/unittest.py", line 768, in __init__
self.runTests()
File "/usr/lib64/python2.5/unittest.py", line 805, in runTests
result = self.testRunner.run(self.test)
File "/usr/lib64/python2.5/unittest.py", line 705, in run
test(result)
File "/usr/lib64/python2.5/unittest.py", line 437, in __call__
return self.run(*args, **kwds)
File "/usr/lib64/python2.5/unittest.py", line 433, in run
test(result)
File "/usr/lib64/python2.5/unittest.py", line 437, in __call__
return self.run(*args, **kwds)
File "/usr/lib64/python2.5/unittest.py", line 433, in run
test(result)
File "/usr/lib64/python2.5/unittest.py", line 281, in __call__
return self.run(*args, **kwds)
File "/usr/lib64/python2.5/unittest.py", line 247, in run
result.startTest(self)
File "/usr/lib64/python2.5/unittest.py", line 649, in startTest
self.stream.write(self.getDescription(test))
File "/usr/lib64/python2.5/unittest.py", line 642, in getDescription
return test.shortDescription() or str(test)
File "/usr/lib64/python2.5/unittest.py", line 232, in shortDescription
doc = self._testMethodDoc
AttributeError: 'StartUpFailure' object has no attribute
'_testMethodDoc'
--Tim
_______________________________________
/ Try to relax and enjoy the crisis. \
\ -- Ashleigh Brilliant /
---------------------------------------
\
\ \
\ /\
( )
.( o ).
More information about the Zope-Dev
mailing list