> > [EMAIL PROTECTED]:~/Progetti/TurboGears/svn/1.0/turbogears$ nosetests
> > ----------------------------------------------------------------------
> > Ran 203 tests in 17.479s
Funny thing, but when I run nosetests from top-level 1.0 dir I had only 2
failures (for missed sqlalchemy/jsonify modules). If I run nosetests from
turbogears/ directory I got these slew of errors. Example traceback:
======================================================================
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-1.0\turbogears\widgets\tests\test_widgets.py",
line 461, in test_ticket272
output = w.render().lower()
File "d:\projects\3rd-party\turbogears-1.0\turbogears\widgets\base.py", line
249, 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
$ tg-admin
TurboGears 0.9a5dev-r1242
nose 0.8.7.2
ruledispatch 0.5a0.dev-r2100
setuptools 0.6a11
formencode 0.5.1
celementtree 1.0.5-20051216
pastescript 0.5.1
elementtree 1.2.6
simplejson 1.1
sqlobject 0.7.1dev-r1547
cherrypy 2.2.0
turbokid 0.9.4dev-r1123
turbojson 0.9.1
pyprotocols 1.0a0dev-r2082
cheetah 1.0
pastedeploy 0.3
paste 0.5
formencode 0.5.1
kid 0.9
elementtree 1.2.6
(I'm on the WinXP machine)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---