aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
Commit message (Collapse)AuthorAgeFilesLines
...
* The first bit of the registration tests working. Not fully there, butChristopher Allan Webber2011-06-051-0/+26
| | | | | it's clear that the webtest part is working, without having tested the database yet. :)
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
|
* Also make sure the auth system successfully returns False when loginChristopher Allan Webber2011-04-021-2/+12
| | | | failboats.
* Unit tests for our bcrypt auth stuff. Our first tests!Christopher Allan Webber2011-04-021-0/+49