aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Change Notification.object_id to be ID of Comemnt not TextCommentJessica Tallon2016-02-291-3/+3
* Oops, I forgot to include test_mgoblin_app_pdf.iniChristopher Allan Webber2016-02-241-0/+20
* Switch from Paste for serving to WaitressChristopher Allan Webber2016-02-191-1/+1
* Fixing one more bytes vs string battle in Python 3Christopher Allan Webber2016-02-111-2/+2
* #5416: Fix tests using the FileObjectAwareFileChristopher Allan Webber2016-02-111-7/+7
* Fix #5079 - tags unicity is on the slug, not the nameLoic Dachary2016-02-061-0/+4
* Issue #5349: Submission tests fail confusingly on missing dependencyChristopher Allan Webber2016-02-041-0/+21
* Fix #5408 - ignore non-int offset in api feedLoic Dachary2016-01-251-2/+44
* Fix #1096 - allow - in usernamesLoic Dachary2016-01-211-2/+24
* trac#5397: Allow decode_request to parse content-type headers with extra opti...Ben Sturmfels2016-01-211-0/+61
* Fix #1099 - remove x mode from ini fileLoic Dachary2016-01-191-0/+0
* Add test to check that an activity is created when a collection was chosen.tom2016-01-071-4/+11
* Add collection drop down to submit page.tom2016-01-071-1/+59
* Fix issue #5372: test_comment_notification fails with werkzeug 0.11 or newerChristopher Allan Webber2015-12-101-4/+18
* Added test for #5356 - Read someone else's feedJessica Tallon2015-11-241-2/+35
* trac#687: Add unit tests for `redirect` and `redirect_obj`.Ben Sturmfels2015-11-051-0/+65
* trac#665: Upgrade to WebTest 2.0.18 and fix broken test `test_csrf_cookie_set`.Ben Sturmfels2015-11-051-2/+2
* Comment changes for federationJessica Tallon2015-10-207-94/+108
* Add public_id fixes throughout the codeJessica Tallon2015-10-071-0/+10
* Collection changes and migration for federationJessica Tallon2015-10-077-20/+24
* Fix bugs with the exifread library updateJessica Tallon2015-10-071-2/+4
* Fix some unit tests and bugsJessica Tallon2015-08-2413-35/+38
* Change codebase to query or create correct User modelJessica Tallon2015-07-3113-53/+64
* Fix some problems with activity mixins and migrationsJessica Tallon2015-05-261-52/+0
* Use UTC for all timesince comparisonsayleph2015-03-121-1/+1
* A more reliable test, check against expected keys, rather than receivedChristopher Allan Webber2015-02-211-2/+2
* Stop looking for exact exif numbersChristopher Allan Webber2015-02-211-2/+2
* Skip audio tests if scikits.audiolab not installedChristopher Allan Webber2015-02-211-0/+1
* Merge remote-tracking branch 'refs/remotes/breton/new_gst10'Christopher Allan Webber2015-02-185-0/+318
|\
| * added tests skipping if there is no proper gstreamerBoris Bobrov2015-02-162-2/+3
| * added a/v submission testingBoris Bobrov2015-02-163-0/+82
| * Port of audio to GStreamer 1.0Boris Bobrov2015-02-161-0/+104
| * Porting video to GStreamer 1.0Boris Bobrov2015-02-161-27/+87
| * Rewrite thumbnailerBoris Bobrov2015-02-151-0/+71
* | Remove deprecated oauth 2 pluginJessica Tallon2015-02-153-311/+0
|/
* Fix #1077 - Fix updating comment via API and add testJessica Tallon2014-12-161-0/+37
* Fix #1069 - Add deleting images and comments via delete activitiesJessica Tallon2014-12-151-0/+69
* Fix #1056 - Add flag to accept URLs without a trailing slashJessica Tallon2014-12-121-6/+6
* Fix #1025 - Make API IDs IRIsJessica Tallon2014-11-211-8/+11
* Updates per request of moggers87ayleph2014-10-301-16/+13
* Unit testsayleph2014-10-301-0/+15
* Fix #984 - Improvements to Activity and ActivityIntermediatorJessica Tallon2014-10-212-3/+82
* Merge branch 'location'Jessica Tallon2014-10-091-1/+1
|\
| * Add location model and migrationsJessica Tallon2014-10-091-1/+1
* | Fix typo in client registration API for logo_uriJessica Tallon2014-10-021-4/+4
* | pdf tests: use our own pdf doc as GOOD_PDFAlon Levy2014-09-263-12/+18
* | Last two issues related to the python 3 merge tests: fixed!Christopher Allan Webber2014-09-162-10/+15
* | Annnnd another json decode fix for py3! On a roll with these!Christopher Allan Webber2014-09-161-1/+1
* | Much more nicely formed form error checkChristopher Allan Webber2014-09-161-2/+4
* | Fix error check in test_edit.py for python 3Christopher Allan Webber2014-09-161-1/+1