summaryrefslogtreecommitdiff
path: root/tests/test_html_formatter.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup tests for HTML formatter change.Georg Brandl2016-02-021-2/+2
* Add filename parameter to HtmlFormatterAlexander Todorov2015-11-291-0/+8
* merge with stableGeorg Brandl2015-01-211-5/+22
|\
| * More coverage of newer HTML formatter options.Georg Brandl2014-11-111-5/+22
* | Copyright year update.Georg Brandl2015-01-211-1/+1
|/
* Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ...Georg Brandl2014-10-071-4/+1
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-11/+11
* manual prettifying and small fixes after futurize runGeorg Brandl2014-01-181-0/+1
* futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-181-1/+2
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* CTags feature:Georg Brandl2013-01-091-5/+15
* Merge pull request #87 (ctags link support for HTML formatter) from https://b...Georg Brandl2013-01-091-1/+1
|\
| * Happy new year 2013.Georg Brandl2013-01-091-1/+1
* | add suggested edits and testPepijn de Vos2012-09-241-0/+6
|/
* Print output of external tools on validation error.Georg Brandl2012-03-111-0/+3
* Fixes #748: clean up deprecation and resource warnings in the test suite when...Georg Brandl2012-03-111-16/+21
* Copyright update.Georg Brandl2012-02-051-1/+1
* Fix specifyng the starting line number in lineanchors mode. Add tests for lin...Ana Nelson2011-10-021-0/+32
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* Fix opening unicode file under Py3k.Georg Brandl2010-02-181-2/+4
* Happy new year!Georg Brandl2010-01-011-1/+1
* Remove 2.3 compatibility requirement.gbrandl2009-11-231-8/+3
* Consistency fixes in the test suite.gbrandl2009-09-151-0/+1
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* file() -> open() in tests.gbrandl2008-11-251-1/+1
* #371: HTML formatter options can be Unicode strings.gbrandl2008-11-151-6/+18
* instead of picking a random modules to test, provide an easy way to get the c...Benjamin Peterson2008-09-211-8/+8
* remove __builtin__.testdir/testfile magicBenjamin Peterson2008-09-181-8/+11
* [svn] Make mapfiles, make check, add D test file, make reindent.gbrandl2007-04-251-1/+1
* [svn] Fix #204.gbrandl2007-02-151-0/+14
* [svn] Fix test_html_formatter.gbrandl2007-02-151-2/+2
* [svn] Make check.gbrandl2007-02-141-2/+3
* [svn] Test that the HTML formatter output is complete.gbrandl2007-02-141-5/+15
* [svn] A test case for the external CSS function of the HTML formatter.gbrandl2007-02-141-10/+27
* [svn] Add validation test for HTML formatter.gbrandl2007-02-141-1/+31
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
* [svn] HTML formatter overhaul.gbrandl2007-01-291-3/+19
* [svn] Add a reminder to write a HTML formatter test.gbrandl2006-12-201-0/+21