aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'transcoding_progress'Boris Bobrov2018-07-123-3/+215
|\
| * Fixes for small bugsBoris Bobrov2018-07-122-3/+9
| * Change complimentary_task to complementary_tasvijeth-aradhya2017-08-291-4/+4
| * Create a seperate test for get_all_mediavijeth-aradhya2017-08-171-3/+24
| * Add test for get_all_media()vijeth-aradhya2017-08-161-1/+20
| * Merge branch 'master' into 'multiple-qualities-frontend'Vijeth Aradhya2017-08-141-22/+0
| |\
| * | Fix test_accepted_resolutionsvijeth-aradhya2017-06-271-6/+7
| * | Test whether video is transcoded to all resolutionsvijeth-aradhya2017-06-251-3/+11
| * | Test accepted_files and accepted_resolutionsvijeth-aradhya2017-06-252-1/+22
| * | Add test_chord for TestSubmissionVideovijeth-aradhya2017-06-251-8/+74
| * | Add VideoProcessingManager.workflow() testsvijeth-aradhya2017-06-251-0/+69
| * | Fix test_celery_setup errorvijeth-aradhya2017-06-171-2/+3
* | | Merge remote-tracking branch 'gsoc2016/Subtitle-1'Boris Bobrov2018-07-101-0/+68
|\ \ \
| * | | Tests for handling customize interface exceptionsaksham11152016-08-131-2/+19
| * | | Added basic tests for the subtitle pluginsaksham11152016-08-121-0/+51
* | | | Added tests for tags in image API objectRomain Porte2017-11-121-0/+14
* | | | Improved gitignores for patch submittingRomain Porte2017-11-121-0/+1
* | | | Fixed flake8 errors for tests/test_api.pyRomain Porte2017-11-111-16/+30
* | | | Added tests for custom file name using APIRomain Porte2017-11-111-2/+30
* | | | Fix trivial spelling error in test commentAndrew Browning2017-10-231-1/+1
* | | | Support Unicode characters in configuration valuesSimen Heggestøyl2017-10-162-2/+4
* | | | Add unit test for #5524Andrew Browning2017-09-203-1/+17
| |_|/ |/| |
* | | Remove mongodb-related stuffBoris Bobrov2017-06-181-22/+0
| |/ |/|
* | Fix tests to reflect that we've moved to amqpBoris Bobrov2017-06-101-4/+1
* | Extend Paginator tests to satisfy #55.Ben Sturmfels2016-09-161-7/+33
* | Add Python 3 support in pagination.Ben Sturmfels2016-09-161-0/+31
* | Merge branch 'fix-unhelpful-smtp-error-5081'Boris Bobrov2016-07-251-0/+29
|\ \
| * | squash! Custom exception in mail.Jonathan Sandoval2016-04-081-0/+4
| * | Mail tests with no mail server configured.Jonathan Sandoval2016-04-081-0/+25
| |/
* | Tests for short and long usernames.Jonathan Sandoval2016-04-071-9/+11
* | Test with short and long usernameJonathan Sandoval2016-04-071-1/+45
|/
* tests: Fix migration tests; foundations are now installed separatelyChristopher Allan Webber2016-03-291-29/+9
* tests: importorskip migration tests on "migrate" rather than on Python 3Christopher Allan Webber2016-03-291-1/+1
* Add comment questioning why run_dbupdate is needed in get_app test utilityChristopher Allan Webber2016-03-261-0/+2
* Remove requirement that audio/video dependencies must be installed for testsChristopher Allan Webber2016-03-185-64/+210
* Fix #5376 - Ensure links have correct IDJessica Tallon2016-03-012-4/+4
* Fix #5415 - Deleted comments get removed properly when tombstonesJessica Tallon2016-02-291-0/+31
* 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