aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-239-36/+36
* Remove unneeded shebang from test_processing.py.Elisei Roca2021-09-201-2/+0
* Remove Mozilla Persona plugin [#5512].jgart2021-04-232-263/+0
* Fix tests on Debian 11.Ben Sturmfels2021-04-041-2/+11
* Convert atom feeds to use feedgenerator library.Ben Sturmfels2021-03-161-0/+19
* Run LDAP, OpenID and PDF tests under Docker.Ben Sturmfels2021-03-091-0/+0
* More robust test fix.Ben Sturmfels2021-03-061-2/+2
* Fix broken metadata editing test.Ben Sturmfels2021-03-061-1/+1
* Remove remaining Python 2 compatibility code.Ben Sturmfels2021-03-051-5/+0
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-0515-45/+20
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-0532-674/+669
* Reinstate audio spectrograms on Python 3 [#5610].Fernando Gutierrez2021-03-031-1/+0
* Fix dependencies and tests for clean Python 2 & 3 test runs under Docker.Ben Sturmfels2020-04-282-6/+4
* 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