[EMAIL PROTECTED]:~/Progetti/TurboGears/svn/1.0/turbogears$ nosetests ........................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 203 tests in 17.479s
OK :P I was getting the same error you're getting Jorge, I actually get it from time to time (not very often) when running nosetests (I'm almost sure is related to SQLObject or the transaction thing) but if I run nosetests immeditely after they run fine. Be sure to issue a sudo python setup.py develop from the top dir, I was getting a lot of errors some times ago because I've forgot to update TG entry points. Ciao Michele Jorge Godoy wrote: > Em Quarta 26 Abril 2006 11:36, Max Ischenko escreveu: > > Is it just me who gets this error when trying to run nosetests on > > trunk/1.0-branch? > > > > I got 31 errors trying to run nosetests on 1.0 branch. > > Oops, forgot about the error. Mine has a lot of > > AttributeError: 'NoneType' object has no attribute 'config' > > > Most of them are related to some I18N stuff. Other to SQL Alchemy being > unavailable here and other I couldn't guess from a fast look. > > > > -- > Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
