In one project I am seeing a number of test failures that are very odd:
Error in test runTest
(euphorie.deployment.tests.functional.EuphorieFunctionalTestCase)
Traceback (most recent call last):
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py",
line 279, in run
testMethod()
TypeError: 'NoneType' object is not callable
This appears to have once for every testmodule which imports my
functional test base class. The class itself is really simple:
class EuphorieFunctionalTestCase(PloneTestCase.FunctionalTestCase):
layer = EuphorieLayer
def adminBrowser(self):
"""Return a browser logged in as the site owner."""
...
I'm afraid I have no idea why this happens. Has anyone seen this kind of
behaviour before?
Wichert.
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers