Hi all,
I've created a quickstart project from TG0.9a8 and ran nosetest in the
main directory and both tests passed. I then created a user and added
him to the "users" group and added the following to the index method
in controllers.py
@identity.require(identity.in_group("users"))
When I visit http://localhost:8080/ I get redirected to the login page.
I enter the username and password I've created and then get redirected
to the welcome page. All good so far. However, when I now run
nosetests, one test errors out and the other fails. The error is:
IdentityConfigurationException: Missing URL for identity failure
But this is definitely set in conf/app.cfg, as can be seen by the
redirection when visiting http://localhost:8080/. What am I missing?
Thanks,
Ben.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---