aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix exception catching on python 3Christopher Allan Webber2014-09-161-2/+2
* | json.loads(request.body) => json.loads(response.body.decode()))Christopher Allan Webber2014-09-162-8/+8
* | Import mock correctly on py3Christopher Allan Webber2014-09-161-1/+4
* | Fix test_legacy_api.pyChristopher Allan Webber2014-09-161-5/+6
* | Import mock from unittest if on py3Christopher Allan Webber2014-09-161-1/+4
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-1612-73/+795
|\|
| * Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-183-30/+93
| * Forgot to add starttls_config.iniJessica Tallon2014-08-121-0/+4
| * Fix #861 - Add unit test and documentation for email_smtp_force_starttlsJessica Tallon2014-08-121-0/+27
| * Add more security checks when updating objects and testsJessica Tallon2014-08-041-15/+92
| * Fix some security concerns regrding inpersonation in federation code.Jessica Tallon2014-07-311-0/+80
| * Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-302-36/+48
| * Fix #923 - add allow_admin to user_has_privilege decoratorJessica Tallon2014-07-291-10/+7
| * Switch from slug to ID and clean up style to conform to PEP-8Jessica Tallon2014-07-221-8/+16
| * Create test for garbage collectionJessica Tallon2014-07-221-4/+37
| * Add test for API object endpointJessica Tallon2014-07-221-0/+29
| * Add more tests for federation APIsJessica Tallon2014-07-222-92/+143
| * Require uploader privileges to upload media to APIJessica Tallon2014-07-222-24/+28
| * Remove unneeded oauth fixtures and add test for image submissionJessica Tallon2014-07-221-38/+80
| * Rename test_joarapi.py => test_legacy_api.pyJessica Tallon2014-07-221-1/+2
| * Add fixtures to provide OAuth client, request and access modelsJessica Tallon2014-07-221-1/+63
| * Adds the unit-tests for API and cleans up APIxray72242014-07-222-65/+134
| * Wrapping things to not exceed column 80 in test_ldapChristopher Allan Webber2014-07-101-6/+12
| * Added some tests for metadata.tilly-Q2014-05-142-28/+81
| * Wrote a test for the compact_and_validate metadata function.tilly-Q2014-05-131-0/+103