James CookeJames Cooke

Password cases and test fixes on pyramid_simpleauth

At Quibly we’re using Pyramid at the centre of a Python framework. Providing user functionality is the pyramid_simpleauth library.

While writing integration tests before we put the site live, I found that my test users we not able to authenticate with their testing passwords (usually just a simple string like ‘Password’). Digging inside the simpleauth library, I found some fixes necessary to how cases are handled by the lib - plus also fixed some doctests while I was at it.

These changes all been merged now and the library rolled up a version.