aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_submission.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Added tests for delete/confirm_deleteJoar Wandborg2011-08-301-1/+60
|
* Malicious uploads test with fake but not really image files working! :)Christopher Allan Webber2011-08-141-23/+36
|
* Merge remote branch 'remotes/gullydwarf-cfdv/f360_tagging' into mergetagsChristopher Allan Webber2011-07-301-0/+39
|\ | | | | | | | | Conflicts: mediagoblin/tests/test_submission.py
| * Adds tag unit testingCaleb Forbes Davis V2011-07-291-0/+198
| | | | | | | | | - overrides default tag parsing globals in test_mgoblin_app.ini - piggybacks on existing test_submission code to check correct tag parsing and storage in the database - verifies expected behavior given different delimiters, case sensitivities, tags that are too long, and extra whitespace - verifies list-of-dict database storage and tag slugification
* added suggestions as per http://bugs.foocorp.net/issues/365#note-9Chris Moylan2011-07-101-47/+41
|
* finished basic submission testingChris Moylan2011-07-051-12/+94
|
* mocked out submission specChris Moylan2011-06-301-3/+37
|
* removed the @setup_fresh_app decorator because it was messing \Chris Moylan2011-06-231-3/+5
| | | | with my fixtures.
* began work on submission test. nothing to see hereChris Moylan2011-06-211-0/+45