aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
Commit message (Expand)AuthorAgeFilesLines
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-4/+0
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+4
* Really removing nosetests things now! all assert_whatever removedChristopher Allan Webber2013-04-061-27/+13
* Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-4/+2
* Better Py3 compat: d.has_key(k) -> k in dElrond2013-01-301-21/+10
* Restructure ForgotPassword viewSebastian Spaeth2013-01-211-9/+5
* Rename get_test_app to get_app.Elrond2013-01-181-5/+5
* tests: More instances where a fresh database is not neededSebastian Spaeth2013-01-081-5/+5
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* tests/auth: Don't rely on case sensitive error stringsSebastian Spaeth2012-12-211-2/+2
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-6/+6
* Fix up testsSebastian Spaeth2012-12-211-2/+3
* Prevent SQLAlchemy non-Unicode warnings from this test.Brett Smith2012-07-081-8/+8
* Reload the user for current values.Elrond2012-03-261-0/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Fix unit tests for new forget password flowElrond2012-01-011-1/+1
* Fixed submission error handling and broken testsJoar Wandborg2011-12-311-2/+2
* Fixed broken confirm_password testJoar Wandborg2011-12-301-17/+0
* Dot-Notation for Users.fp_token_expireElrond2011-12-051-4/+4
* Dot-Notation for Users.fp_verification_keyElrond2011-12-051-1/+1
* Dot-Notation for Users.verification_keyElrond2011-12-051-1/+1
* Dot-Notation for Users.statusElrond2011-12-051-3/+3
* Dot-Notation for Users.email_verifiedElrond2011-12-051-3/+3
* Merge branch 'misc/fixture_add_user'Elrond2011-12-041-6/+2
|\
| * fixture_add_user: Factoring a unit test toolElrond2011-12-011-6/+2
* | Expect 404 in unit tests, if we now use 404.Elrond2011-12-021-4/+4
|/
* Dot-Notation for "_id"Elrond2011-11-151-6/+6
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-5/+5
* Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-53/+53
* Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'Christopher Allan Webber2011-09-081-0/+88
|\
| * Updating calls to recall password URLs to respect changed routingChristopher Allan Webber2011-09-071-6/+8
| * 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