summaryrefslogtreecommitdiff
path: root/tests/test_highlighting.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-081-1/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/
* Add testcase for trim_doctest_flagsTakeshi KOMIYA2018-07-211-10/+0
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Merge branch 'stable'shimizukawa2017-01-071-3/+0
|\ \ | |/
| * pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+0
* | Fix style-check violationTakeshi KOMIYA2017-01-021-1/+2
* | Use sphinx.util.logging instead app.warn()Takeshi KOMIYA2017-01-021-7/+7
|/
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-1/+1
* Highlighting fallbacks by defaultTakeshi KOMIYA2016-02-201-0/+26
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Add highlight_options configuration valueEricFromCanada2015-01-051-0/+6
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Complete test suite overhaul.Georg Brandl2014-09-211-8/+6
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-8/+7
* Copyright update.Georg Brandl2013-01-011-1/+1
* New year update.Georg Brandl2011-01-041-1/+1
* merge with 0.6Georg Brandl2010-01-011-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
* | #169: Added the ``trim_doctest_flags`` config value, which is true by default.Georg Brandl2009-06-161-3/+13
|/
* Skip pygments-related tests if it is not installed.Georg Brandl2009-02-061-4/+11
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
* add a test for detecting python console sessionsBenjamin Peterson2009-01-011-0/+17
* Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* Allow using different Pygments formatters.Georg Brandl2008-11-301-0/+14
* Add Sphinx.add_lexer().Georg Brandl2008-11-301-0/+37