aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
Commit message (Expand)AuthorAgeFilesLines
...
| * for readability, and adds unit test for expired tokenCaleb Forbes Davis V2011-09-051-0/+10
| * added unit tests for lost password codeCaleb Forbes Davis V2011-09-051-0/+76
* | 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|/
* Updating tests to reflect we redirect to the user's page after verification now.Christopher Allan Webber2011-08-011-4/+8
* Log in user after regitrationChristopher Allan Webber2011-07-291-0/+5
* Redirect to the user's profile after registrationChristopher Allan Webber2011-07-291-2/+2
* allows using messaging instead of verify_email.html to pass testsCaleb Forbes Davis V2011-07-041-2/+2
* 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
* 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
* 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
* 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
* Unit tests for our bcrypt auth stuff. Our first tests!Christopher Allan Webber2011-04-021-0/+49