repoze.who-testutil releases¶
This document describes the releases of repoze.who-testutil
.
repoze.who-testutil 1.0.1 (2010-08-17)¶
Made sure repoze.who 1 is installed, not v2.
Fixed typo in a code example in the documentation, reported by Ryan McKillen.
repoze.who-testutil 1.0 (2010-02-22)¶
Fixed typo in a code sample of the home page.
Explained how to use it with
repoze.what
.Fixed a bug related to the Content-Length, thanks to Ian Bicking and Christopher Perkins.
repoze.who-testutil 1.0rc1 (2009-03-08)¶
repoze.who.plugins.testutil.AuthenticationForgerPlugin
ignored the original response headers on challenge.
repoze.who-testutil 1.0b2 (2009-03-02)¶
Specified the required version of
repoze.who
, otherwise the buggy setuptools won’t install it.
repoze.who-testutil 1.0b1 (2009-02-27)¶
This is the first release of repoze.who-testutil, which ships the following components:
repoze.who.plugins.testutil.AuthenticationForgerPlugin
, arepoze.who
plugin which acts as identifier, authenticator and challenger.repoze.who.plugins.testutil.AuthenticationForgerMiddleware
, a proxy torepoze.who.middleware.PluggableAuthenticationMiddleware
to forge authentication easily.repoze.who.plugins.testutil.make_middleware()
.repoze.who.plugins.testutil.make_middleware_with_config()
.