summary refs log tree commit diff
path: root/tests/test_preview.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix URL preview errors when previewing XML documents. (#11196)Patrick Cloke2021-10-271-0/+15
* Ensure each charset is attempted only once during media preview. (#11089)Patrick Cloke2021-10-141-8/+35
* Attempt different character encodings when previewing a URL. (#11077)Patrick Cloke2021-10-141-26/+40
* Autodiscover oEmbed endpoint from returned HTML (#10822)Patrick Cloke2021-10-081-16/+24
* Support underscores (in addition to hyphens) for charset detection. (#10410)sri-vidyut2021-07-271-0/+13
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Handle additional errors when previewing URLs. (#9333)Patrick Cloke2021-02-081-11/+92
* Try to recover from unknown encodings when previewing media. (#9164)Patrick Cloke2021-01-261-0/+29
* Skip unit tests which require optional dependencies (#9031)Richard van der Hoff2021-01-071-0/+11
* Do not raise a 500 exception when previewing empty media. (#8883)Patrick Cloke2020-12-071-11/+16
* Run Black. (#5482)Amber Brown2019-06-201-68/+68
* Run black.black2018-08-101-38/+17
* run isortAmber Brown2018-07-091-3/+4
* Fix crash in url preview when html tag has no textMarcin Bachry2016-12-141-0/+50
* test_preview: Fix incorrect wrappingJohannes Löthberg2016-12-051-2/+2
* Make test_preview use unicode stringsJohannes Löthberg2016-12-051-68/+68
* Fix up preview URL API. Add tests.Erik Johnston2016-08-161-1/+79
* Test summarizationErik Johnston2016-08-041-0/+139