summaryrefslogtreecommitdiff
path: root/tests/test_html_formatter.py
Commit message (Expand)AuthorAgeFilesLines
* Fix/1698 lineos wrapping (#1701)Matthäus G. Chajdas2021-02-121-5/+5
* tests: code style fixupsGeorg Brandl2021-01-201-1/+0
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-3/+2
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* Fix test.Matthäus G. Chajdas2020-10-281-1/+1
* Remove margin: 0 from <pre> styling.Matthäus G. Chajdas2020-10-281-1/+1
* Speculative fix for #1579. (#1583)Matthäus G. Chajdas2020-10-241-6/+6
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-3/+3
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Fix Solarized line number colors (#1477)Paweł Fertyk2020-07-041-35/+78
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-291-3/+1
* Remove unittest classes from the test suite.Georg Brandl2019-11-101-163/+173
* Initial port to py.testGeorg Brandl2019-11-101-9/+9
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-071-6/+4
* Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-281-2/+2
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+202