summaryrefslogtreecommitdiff
path: root/server/szurubooru/tests/func/test_mime.py
AgeCommit message (Collapse)Author
2023-04-17client/tests: add unit tests for quicktime videosShyam Sunder
2021-06-01Merge branch 'avif'neobooru
Merges PR #399
2021-05-09Support BMP format uploadsRuin0x11
2021-05-07Add AVIF/HEIF/HEIC upload supportRuin0x11
2021-05-07Add AVIF/HEIC detectionRuin0x11
ffmpeg doesn't support HEIC decoding yet...
2020-09-01client+server: fix linter issues due to updated pre-commit hooksShyam Sunder
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2019-10-08all: add support for webp imagesneobooru
Includes webp test image Merges #283
2016-08-14server/general: embrace most of PEP8rr-
Ignored only the rules about continuing / hanging indentation. Also, added __init__.py to tests so that pylint discovers them. (I don't buy pytest's BS about installing your package.)
2016-08-14server/tests: update func.mime testsrr-
2016-05-02server/posts: add post creatingrr-
2016-04-30server/func: add content-type related utilitiesrr-