aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_misc.py
Commit message (Collapse)AuthorAgeFilesLines
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Bug #685: Add failing unit testElrond2011-12-031-0/+26
The simplest way to reproduce Bug #685 is to ask for a non existent page. This should return a proper 404. It currently doesn't. So add a unit test exactly for this. This unit test fails currently! It will fail until the bug gets fixed.