On Thursday 22 October 2009 15:09:23 Alessandro Molina wrote: > When the test suite calls websetup.py from TestController.setUp the > websetup.py fails when checking for the existing groups saying that > "(OperationalError) no such table: tg_group" even if the line before was > the metadata.create_all call.
I also have to say that if I change sqlalchemy.url = sqlite:///:memory: to sqlalchemy.url = sqlite:///foobar.db in test.ini everything works as expected. But I should be able to make tests work also on memory db --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

