summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Georg Brandl2014-11-101-0/+50
| | | | in cmdline_main.
* Closes #1058: Fix an encoding issue when using ``pygmentize`` with the ↵Georg Brandl2014-11-101-0/+14
| | | | ``-o`` option.
* 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
| | | | | | | Now the encoding guessed for the input file will be used for an output file. We now always read and write to the terminal .buffer on Python 3, which allows us to override the terminal encoding and use our guessing algorithm.
* Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵Georg Brandl2014-10-071-4/+1
| | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement.
* 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 ↵Georg Brandl2012-03-111-21/+25
| | | | when run with python3 -Wd.
* 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
| | | | Update AUTHORS file accordingly.
* file() -> open() in tests.gbrandl2008-11-251-2/+2
|
* instead of picking a random modules to test, provide an easy way to get the ↵Benjamin Peterson2008-09-211-7/+8
| | | | current one
* remove __builtin__.testdir/testfile magicBenjamin Peterson2008-09-181-5/+8
| | | | This adds a new file tests/support.py
* 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