aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
Commit message (Collapse)AuthorAgeFilesLines
* added test coverage for redirecting after login with the next paramChris Moylan2011-06-191-2/+12
|
* Added tests for all sorts of login form abuse.Chris Moylan2011-06-191-6/+76
| | | | Added tests for log out
* logins are now somewhat testedChris Moylan2011-06-171-5/+43
|
* mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-5/+5
|
* A setup_fresh_app decorator which should make writing tests a bit easier.Christopher Allan Webber2011-06-061-5/+3
| | | | Setting test_register_views() to use it also.
* Docstring for test_register_views()Christopher Allan Webber2011-06-051-0/+3
|
* Make sure that two users with the same username can't register.Christopher Allan Webber2011-06-051-1/+14
|
* Email verification view test worksChristopher Allan Webber2011-06-051-1/+25
|
* Make sure we can register, and then that we get the verification emailChristopher Allan Webber2011-06-051-4/+46
|
* Just a bit of formatting for these unfinished tests ;)Christopher Allan Webber2011-06-051-2/+4
|
* Test registration form integrityChristopher Allan Webber2011-06-051-0/+64
|
* 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