[Repoze-dev] Is the Test authentication independently how-to correct?

2010-08-16 Thread Ryan McKillen
Hello, I am following the http://code.gustavonarea.net/repoze.who-testutil/HowTo/TestingAuthentication.htmlhow-to and trying to write a passing test based on the test_voluntary_login example: def test_voluntary_login(self): Voluntary logins should work perfectly # Requesting the login

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

2010-08-16 Thread Gustavo Narea
Hello, Wojtek. I've had a quick look at the auth_repozepylons template in Shabti and I think I've found the problem. The test case TestController doesn't seem to be setting skip_authentication. Can you please modify it to make it look like this: class TestController(TestModel): #