On Feb 6, 10:33 pm, "Florent Aide" <[EMAIL PROTECTED]> wrote:
> > It looks like visit_identity table wasn't created. But the mechanics
> > of testutil and how to startup TurboGears properly are beyond me, so
> > any tips appreciated.
>
> please try:
>
> tg-admin sql create
>
> it should create the tables defined in your model. (in your case
> identity is present in the model)
Thanks Florent, but it didn't help the tests. And I wouldn't have
expected it to as the tests should be working on a temporary DB held
in memory right? Shouldn't testutil be creating the tables as it runs
the tests ?
btw, test.cfg contains the default line:
sqlalchemy.dburi = "sqlite:///:memory:"
Cheers,
Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---