aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_messages.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename get_test_app to get_app.Elrond2013-01-181-2/+2
| | | | | | | nosetests runs everything that even vaguely looks like a test case... even our get_test_app. And as it is imported everywhere... it is run everywhere as a test case. Renaming it saves us about 10+ tests and a few seconds of time.
* tests: More instances where a fresh database is not neededSebastian Spaeth2013-01-081-6/+7
| | | | Save test runtime by not dumping the databases when not needed.
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Moved common, translation, template, and url code out of util.py and into ↵Aaron Williamson2011-10-011-2/+2
| | | | tools/[file].py
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* adds message queue unit testingCaleb Forbes Davis V2011-06-281-0/+44