aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_edit.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | convert tests/test_edit.py over to Dot-Notation. It only accesses the User object.
* fixture_add_user: Factoring a unit test toolElrond2011-12-011-17/+4
| | | | | | | Some unit tests need a user in the database, especially to act as that user. Some routines did that on their own. So factored this whole thing into a new function and use it around.
* added unittests, now using form errors and fixed bug when no GET parameter ↵Jakob Kramer2011-11-201-0/+112
is given for /edit/profile/