Hi I've been using sqlalchemy with reflection on a postgres db in a
Pylons project and everything works fine, except when I try to run
functional tests with nose I get the following error:

raise exc.NoSuchTableError(table.name)
sqlalchemy.exc.NoSuchTableError: users

Nose is configured to use an sqlite db in test.ini. I have tried to
use a postgres db but still I get an error. Any pointers of what might
be the problem?.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to