Re: [Repoze-dev] repoze.who testing on Pylons

2010-08-13 Thread Chris McDonough
Hi, This message was discarded by the maillist because you're not subscribed. I'm just reposting it for you to the list, I'm afraid I don't know much about repoze.who.testutil. On Fri, 2010-08-13 at 19:30 -0700, waugust wrote: > Greetings, > > I'm using the shabti paster templates for a repoze

Re: [Repoze-dev] testing repoze.who/repoze.what with a quickstart configuration

2010-08-13 Thread Ryan McKillen
While struggling with the forgery, thought I'd move on to actually testing the auth. Unable to get the test to pass, I've continued to simplify it down to this, still with no success: def test_valid_login(self): """Login form should authorize a user with valid credentials""" re

[Repoze-dev] testing repoze.who/repoze.what with a quickstart configuration

2010-08-13 Thread Ryan McKillen
Hey all, I'm new to the Python world and was happy to find such a great framework for authentication and authorization. I used the quickstart plugin and was up and running without any difficulty. Writing functional tests for our Pylons app has proven to be a challenge. I decided to start by forgin