Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent SQLAlchemy non-Unicode warnings in this test. | Brett Smith | 2012-07-08 | 1 | -4/+4 |
| | |||||
* | These are changes for issue #405, add email comment notification. | Derek Moore | 2012-03-15 | 1 | -0/+1 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Fix Unit Tests for new password changing | Elrond | 2012-01-05 | 1 | -8/+4 |
| | |||||
* | Dot-Notation: tests/test_edit.py | Elrond | 2011-12-05 | 1 | -4/+4 |
| | | | | | convert tests/test_edit.py over to Dot-Notation. It only accesses the User object. | ||||
* | fixture_add_user: Factoring a unit test tool | Elrond | 2011-12-01 | 1 | -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 Kramer | 2011-11-20 | 1 | -0/+112 |
is given for /edit/profile/ |