Finally got rid of the db errors by putting config.update stuff in the
__init__.py file for the package. Now I have some new issues. First
is Identity. How do I test with Identity. I get this error:
IdentityManagementNotEnabledException: An attempt was made to use a
facility of the TurboGears Identity Management framework but identity
management hasn't been enabled in the config file [via identity.on].
Also, I imagine my tests will have to log in as some user.
Second, when I issue the command:
nosetests tests/test_controllers.py
the test runs, but when I do this:
nosetests tests/
it does not run test_controllers.py
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---