> Which test is that in? I fixed a bug like this last night.
I have done 'svn up' and it's gone. Probably,
I cannot tell for sure because output is cluttered by 27 errors I now
get if I run nosetests from turbogears/ directory and tests falls into
infinite recursion at get_object_trail if run from top-level directory.
Do others get these errors?
Btw, is there a way to mute logging output? It keeps cluttering the
screen even though the nose is supposed to catch it (no -s option is
given)?
Another glitch just noticed. If I run 'nosetests -v -w widgets' all 71
tests run OK, including tests.test_widgets.test_ticket272. If I simply
run 'nosetests -v ' I got
======================================================================
ERROR: widgets.tests.test_widgets.test_ticket272
----------------------------------------------------------------------
Traceback (most recent call last):
File
"c:\python24\lib\site-packages\nose-0.8.7.2-py2.4.egg\nose\core.py",
line 124, in runTest
self.testFunc()
File
"D:\Projects\3rd-party\turbogears\turbogears\widgets\tests\test_widgets.py",
line 452, in test_ticket272
output = w.render().lower()
File "D:\Projects\3rd-party\turbogears\turbogears\widgets\base.py",
line 110, in render
return t.serialize(output=format, fragment=True)
File
"c:\python24\lib\site-packages\kid-0.9-py2.4.egg\kid\__init__.py", line
236, in serialize
return serializer.serialize(self, encoding, fragment)
File
"c:\python24\lib\site-packages\kid-0.9-py2.4.egg\kid\serialization.py",
line 51, in serialize
text = list(self.generate(stream, encoding, fragment))
File
"c:\python24\lib\site-packages\kid-0.9-py2.4.egg\kid\serialization.py",
line 324, in generate
stream = iter(stream)
File
"c:\python24\lib\site-packages\kid-0.9-py2.4.egg\kid\__init__.py", line
261, in __iter__
return iter(self.transform())
File
"c:\python24\lib\site-packages\kid-0.9-py2.4.egg\kid\__init__.py", line
316, in transform
stream = self.pull()
File
"c:\python24\lib\site-packages\kid-0.9-py2.4.egg\kid\__init__.py", line
275, in pull
self.initialize()
File "<string>", line 18, in initialize
TypeError: 'NoneType' object is not callable
Max.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---