aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
Commit message (Collapse)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
| | | | | | | - Updated the view - Updated the tests - Fixed a weirdness in the registration view where the 'user' variable used to be called 'entry'
* allows using messaging instead of verify_email.html to pass testsCaleb Forbes Davis V2011-07-041-2/+2
| | | | | * re-instated verification_successful flag * modified test_auth to verify nav to user_pages/user.html template
* 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