aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_edit.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* More robust test fix.Ben Sturmfels2021-03-061-2/+2
* Fix broken metadata editing test.Ben Sturmfels2021-03-061-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-3/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-25/+25
* Fix dependencies and tests for clean Python 2 & 3 test runs under Docker.Ben Sturmfels2020-04-281-6/+3
* Fix some unit tests and bugsJessica Tallon2015-08-241-6/+6
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-10/+13
* Last two issues related to the python 3 merge tests: fixed!Christopher Allan Webber2014-09-161-2/+7
* Much more nicely formed form error checkChristopher Allan Webber2014-09-161-2/+4
* Fix error check in test_edit.py for python 3Christopher Allan Webber2014-09-161-1/+1
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-2/+81
|\
| * Added some tests for metadata.tilly-Q2014-05-141-3/+81
* | Fix another tests.Berker Peksag2014-08-071-2/+1
* | Fix tests on Python 3.Berker Peksag2014-07-141-1/+1
|/
* Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-3/+6
|\
| * Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-121-4/+4
| |\
| * | This commit was just to fix a few of the errors with the merging and totilly-Q2013-08-201-3/+6
* | | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'Christopher Allan Webber2013-09-191-35/+0
|\ \ \ | |_|/ |/| |
| * | moved change_pass to basic_auth and fixed some typos with the moving of forgo...Rodney Ewing2013-08-161-35/+0
| |/
* / fix tests to use new change_email viewRodney Ewing2013-08-201-4/+4
|/
* Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-2/+2
* Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-2/+65
|\
| * Removing the "enter your password to change your email" bit.Christopher Allan Webber2013-06-211-38/+0
| * added error handling on bad token, fixed route, and added testsRodney Ewing2013-05-241-2/+104
* | added gen_password_hash and check_password functions to auth/__init__Rodney Ewing2013-05-241-3/+3
* | modified test .ini files and changed tests to use basic_auth bcryptRodney Ewing2013-05-241-1/+2
|/
* modified change_pass testsRodney Ewing2013-05-201-7/+10
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-3/+0
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+3
* Really removing nosetests things now! all assert_whatever removedChristopher Allan Webber2013-04-061-9/+12
* Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-17/+20
* All mediagoblin tests now pass with py.test (switched setUp to setup)Christopher Allan Webber2013-04-031-1/+1
* Rename get_test_app to get_app.Elrond2013-01-181-2/+2
* Introduce user_deletion test.Sebastian Spaeth2013-01-171-0/+18
* Improve and extend profile editing testsSebastian Spaeth2013-01-091-76/+97
* Prevent SQLAlchemy non-Unicode warnings in this test.Brett Smith2012-07-081-4/+4
* These are changes for issue #405, add email comment notification.Derek Moore2012-03-151-0/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Fix Unit Tests for new password changingElrond2012-01-051-8/+4
* Dot-Notation: tests/test_edit.pyElrond2011-12-051-4/+4
* fixture_add_user: Factoring a unit test toolElrond2011-12-011-17/+4
* added unittests, now using form errors and fixed bug when no GET parameter is...Jakob Kramer2011-11-201-0/+112