aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_submission.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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