I'm following the instructions at http://code.gustavonarea.net/repoze.who-testutil/HowTo/TestingProtectedAreas.htmlfor forging authentication for the purpose of functional testing. I've written three tests so far. When I run my test suite, one test fails on account of a 403 error, and the other two pass. However, if I comment out the two passing tests, running only the test that previously failed, it passes.
Is there some kind of setup or teardown necessary in order to ensure the forged auth works every time? -Ryan
_______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev