[Zope-dev] zope.testing 3.8.0 problems?
Chris Withers
chris at simplistix.co.uk
Tue Aug 11 08:33:14 EDT 2009
Hi All,
just updated one of my packages buildouts and tried to run the tests, I got:
$ bin/test
Test-module import failures:
Module: mortar.tests.test_docs
ValueError: Module-relative files may not have absolute paths
Running zope.testing.testrunner.layer.UnitTests tests:
Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Ran 42 tests with 0 failures and 0 errors in 0.023 seconds.
To try and figure out where this rather unhelpful message (which doesn't
occur when the same tests are run with the same versions of all eggs on
Windows) was coming from, I tried:
$ bin/test -D
Traceback (most recent call last):
File "bin/test", line 28, in <module>
<snip>
"/home/chris/buildout-eggs/zope.testing-3.8.0-py2.6.egg/zope/testing/testrunner/find.py",
line 95, in __init__
raise TypeError('If post_mortem is specified, '
TypeError: If post_mortem is specified, full exc_info must be passed!
No idea what this means either... anyone?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope-Dev
mailing list