summaryrefslogtreecommitdiff
path: root/tests/test_examplefiles.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all files, redirect to GitHub.HEADmasterMatth?us G. Chajdas2019-11-101-138/+0
|
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Provide explanation when a test is skippedJohn Vandenberg2016-09-201-1/+1
| | | | | | | SkipTest messages are shown when running the test suite with verbosity, such as `nosetests -v`. They help the user see how to fix the problem, in order to achieve higher coverage when running the test suite.
* allow running of a single example file test...Kurt Neufeld2016-06-021-0/+4
| | | | | | | set environment variable TEST_EXT to desired test file extension before running tests. eg. TEST_EXT=md nosetests tests/test_examplefiles.py
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Skip known-failing tests on JythonTim Hatch2014-10-151-1/+9
|
* Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵Georg Brandl2014-10-071-13/+5
| | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement.
* make test with -v a bit easier on the eyesGeorg Brandl2014-09-201-8/+9
|
* Do not pass the stats dict, it screws up -v outputGeorg Brandl2014-09-201-5/+8
|
* Fix unit display.Georg Brandl2014-09-201-2/+2
|
* Keep track of speed stats in test_examplefiles and print a list of slowest ↵Georg Brandl2014-09-201-2/+22
| | | | absolute/relative lexers at the end (run with TEST=-s to see).
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-4/+4
|
* 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-5/+6
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Whitespace cleanup.Georg Brandl2014-01-101-1/+1
|
* examplefiles test: change logic to actually lex each file with the intended ↵Georg Brandl2014-01-091-11/+17
| | | | lexer
* Added lexer for new Hy language, a variant of Lisp runningBob Tolbert2013-09-081-1/+4
| | | | | | | | | | | | | | | | on Python. See: http://hylang.org Note that this shares a file extension with the Hybris language but the analyse_text() function does a good job of making the distinction. This did however require one change to the tests to actually pass the code of the test file to get_lexer_for_filename() so that the tests would differentiate Hy from Hybris. And while this is a Lisp and shares some syntax with Clojure, it has been added to the agile.py file to share the lists of keywords and builtins with the PythonLexer.
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Remove BOM when the input is unicode.Andy Li2012-12-121-1/+2
|
* fixed #822 (remove BOM if present)Andy Li2012-12-081-0/+1
|
* Fixes #748: clean up deprecation and resource warnings in the test suite ↵Georg Brandl2012-03-111-1/+5
| | | | when run with python3 -Wd.
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Show more info about error token failures.Georg Brandl2012-02-041-2/+3
|
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* When displaying a roundtrip error, show the diffTim Hatch2011-03-141-0/+2
|
* merge with timGeorg Brandl2010-08-221-2/+35
|\
| * Allow storing and comparing output between test runs.Georg Brandl2010-07-221-2/+35
| |
* | Merge with -mainthatch2010-05-051-0/+3
|\ \ | |/ |/|
| * Exclude editor temp files from examplefiles teststhatch2010-05-051-0/+3
| |
* | Remove unused imports.Georg Brandl2010-02-181-2/+0
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Unbreak examplefile tests with DOS newlines.thatch2009-06-211-0/+1
| | | | | This appears to have been broken in the last commit to this file, for Py3k compat in a88f6c3aefe0 by removing universal newline mode.
* Port Pygments to Python 3.1.gbrandl2009-03-311-3/+3
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* In the tests, be more clear about what lexer generated an error tokenthatch2008-12-311-1/+2
|
* file() -> open() in tests.gbrandl2008-11-251-1/+1
|
* Next version will be 1.0.gbrandl2008-11-151-1/+4
|
* Make test_examplefiles show a better error when there are strange filesthatch2008-09-241-0/+5
| | | | hanging out in the examplefiles dir.
* make use of test generators for test_examplefilesBenjamin Peterson2008-09-181-30/+24
|
* remove __builtin__.testdir/testfile magicBenjamin Peterson2008-09-181-0/+1
| | | | This adds a new file tests/support.py
* Use specific exception.gbrandl2008-07-051-3/+4
|
* [svn] Shorten some testfiles, silence some pylint warnings,gbrandl2007-02-141-1/+1
| | | | add a latex formatter unittest.
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
|
* [svn] Change Pygments license to BSD.gbrandl2006-12-101-1/+1
|
* [svn] make check.gbrandl2006-10-311-2/+2
|
* [svn] Add encoding support. All processing is now done with unicode strings.gbrandl2006-10-311-3/+4
|
* [svn] Name change, round 4 (rename SVN root folder).gbrandl2006-10-191-0/+49