Hi there!
I'm having a huge problem with the test suite in my application:
When I want to run my test suite I just get the following error in the (!) bootstrap method of my websetup module:
OperationalError: (OperationalError) no such table: users
That doesn't happen when I use a database file for the test configuration and it doesn't happen when I just run paster setup-app.
It also does not happen when I quickstart a new project and run the tests there.
Has someone experienced these problems before and found a (better) solution (than using a file as database or modifying app_globals to use an other sqlalchemy pool implementation)?
If someone can tell me what the hell I changed to make it break, I'd be immensely grateful!
I diffed and diffed and diffed and I don't see what could be the difference to trigger this bug...
Thanks a lot,
Moritz