summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)Georg Brandl2017-01-221-1/+1
|\
| * Copyright update.Georg Brandl2017-01-221-1/+1
* | Update pull request per comments by birkenfeld.Tanner Prynn2016-02-241-8/+27
* | add tests for custom lexer/formatter loading from fileTanner Prynn2016-02-221-0/+35
|/
* Fixup test.Georg Brandl2015-03-081-1/+1
* merge with stableGeorg Brandl2015-01-211-65/+152
|\
| * Quote normalization.Georg Brandl2014-11-111-26/+26
| * cmdline: more coverageGeorg Brandl2014-11-111-4/+25
| * Fix -H return codes and test them.Georg Brandl2014-11-111-1/+3
| * Care for Windows newlines in stdout.Georg Brandl2014-11-111-3/+3
| * Bring pygments.cmdline coverage to ~100%, fix a few glitches in the process.Georg Brandl2014-11-111-60/+115
| * merge with stableGeorg Brandl2014-11-111-3/+12
| |\
| | * merge with stableGeorg Brandl2014-11-101-0/+8
| | |\
| | | * Add a -v command line switch that shows the full traceback.Georg Brandl2014-11-101-0/+8
* | | | Copyright year update.Georg Brandl2015-01-211-1/+1
|/ / /
* | | Switch exception test to a different exception from closed streams.Georg Brandl2014-11-111-19/+7
|/ /
* | Fix use of test methods not in 2.6.Georg Brandl2014-11-101-8/+8
|/
* Fix leftover debugging "raise". Add test coverage for errors and exceptions i...Georg Brandl2014-11-101-0/+50
* Closes #1058: Fix an encoding issue when using ``pygmentize`` with the ``-o``...Georg Brandl2014-11-101-0/+14
* Fix encoding of the test streams.Georg Brandl2014-10-141-2/+2
* Overhaul encoding handling in cmdline even more.Georg Brandl2014-10-081-6/+16
* 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-4/+5
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
* Fixes #748: clean up deprecation and resource warnings in the test suite when...Georg Brandl2012-03-111-21/+25
* Copyright update.Georg Brandl2012-02-051-1/+1
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* Happy new year!Georg Brandl2010-01-011-1/+1
* Consistency fixes in the test suite.gbrandl2009-09-151-4/+0
* Port Pygments to Python 3.1.gbrandl2009-03-311-4/+7
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* file() -> open() in tests.gbrandl2008-11-251-2/+2
* instead of picking a random modules to test, provide an easy way to get the c...Benjamin Peterson2008-09-211-7/+8
* remove __builtin__.testdir/testfile magicBenjamin Peterson2008-09-181-5/+8
* Add -P option to command line mode.gbrandl2007-10-141-0/+6
* [svn] Fix a cmdline bug.gbrandl2007-02-251-0/+4
* [svn] Fix test_cmdline.gbrandl2007-02-151-1/+2
* [svn] Add a first version of the Moin parser.gbrandl2007-02-141-2/+8
* [svn] Make check.gbrandl2007-02-141-2/+2
* [svn] Add tests for filters.gbrandl2007-02-141-2/+15
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
* [svn] Add a test case for -O option.gbrandl2006-12-201-0/+7
* [svn] Make test suite work again.gbrandl2006-12-171-0/+1
* [svn] Change Pygments license to BSD.gbrandl2006-12-101-1/+1
* [svn] make check.gbrandl2006-10-311-2/+2
* [svn] Really add file.gbrandl2006-10-311-0/+60