Thanks for the links, which will help me understand things deeply.
However, in my example, I think the problem came from testutil.DBTest
class, which handles SQLObject but not SQLAlchemy. If it is so,
SQLAlchemy support needs to be incorporated there.
yes and no, as I said TestGears is deprecated and we now use nose in which you don't need the class/inheritance thing, although both TG and nose support "old style tests".
as for missing functionality your right http://trac.turbogears.org/turbogears/browser/trunk/turbogears/testutil.py?rev=1601#L62 works only with SO.
now the question is, should you be adding stuff to deprecated code in order to support new features? my answer no.
maybe what your looking for is in http://trac.turbogears.org/turbogears/browser/trunk/turbogears/tests/test_sqlalchemy.py?rev=1601
although I have to agree we need to either have a test_sqlalchemy and a test_sqlobject or fix the testDB in order to find the correct backend.
Sanjay
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" 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
-~----------~----~----~----~------~----~------~--~---
- [TurboGears] Re: Getting error while using nosetests Sanjay
- [TurboGears] Re: Getting error while using nosetests Jorge Vargas

