summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
Commit message (Collapse)AuthorAgeFilesLines
* Rework of shell session lexersTim Hatch2015-10-141-7/+4
|
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Fix and test the "lex(class)" and "format(class)" handlers.Georg Brandl2014-11-111-1/+18
|
* Dont print out all tokens to stdout.Georg Brandl2014-10-081-2/+0
|
* Closes #908: fix test suite to test formatters with no Unicode output correctly.Georg Brandl2014-10-071-7/+9
|
* Closes #1028: fix filters to return Unicode stringsGeorg Brandl2014-10-071-7/+16
|
* Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵Georg Brandl2014-10-071-12/+3
| | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement.
* Fix minor problems noted by regexlint and 'make check'Tim Hatch2014-10-041-1/+3
|
* Sort out Unicode output issues with RTF and image formatters.Georg Brandl2014-09-201-1/+1
|
* Don't test lexer classes from arbitrary plugins.Georg Brandl2014-09-201-2/+2
|
* make test with -v a bit easier on the eyesGeorg Brandl2014-09-201-4/+5
|
* basic API test: use SkipTest; PEP8Georg Brandl2014-09-201-13/+15
|
* Make each instantiation a single testGeorg Brandl2014-09-201-2/+4
|
* Refactored formatter mapping to work like the lexer mapping.Georg Brandl2014-09-201-6/+10
| | | | Thanks to Ilia Choly for the initial pull request.
* Add exclusion for LiterateCryptolLexer in test_basic_apiGaurav Jain2014-05-171-1/+1
|
* merge with iElectric/pygments-mainGeorg Brandl2014-03-161-1/+8
|\
| * get_lexer_by_name: handle edge case when _alias is NoneDomen Kozar2014-03-151-1/+8
| |
* | Add authors/changelog for Idris, exempt the literate lexer from stripnl testGeorg Brandl2014-03-041-1/+2
| |
* | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-9/+9
| |
* | manual prettifying and small fixes after futurize runGeorg Brandl2014-01-181-2/+2
| |
* | 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
| |
* | tests: make sure lexer aliases are registered lowercaseGeorg Brandl2014-01-091-0/+2
| |
* | Changed error message to use lexer class instead of lexer name.Thomas Aglassinger2013-06-021-1/+1
| |
* | Simplified debugging of endless loops in lexers with random generated ↵Thomas Aglassinger2013-06-021-1/+4
|/ | | | content. If the developer terminates the test by pressing Control-C, the resulting KeyboardInterrupt describes the lexer and content that caused the test to get stuck.
* Factored out LiterateLexer as a base class for both LiterateAgdaLexer andTim Baumann2013-05-191-3/+3
| | | | LiterateHaskellLexer.
* Added ShellSessionLexerChristian Jann2013-01-251-1/+1
|
* Add DylanConsoleLexer to the exceptions for test_lexer_options.Georg Brandl2013-01-111-1/+2
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Robot Framework: fix test suite failreGeorg Brandl2012-12-031-1/+1
|
* Test suite fix, authors and changelog entry for JuliaGeorg Brandl2012-04-041-1/+1
|
* Fixes #748: clean up deprecation and resource warnings in the test suite ↵Georg Brandl2012-03-111-10/+22
| | | | when run with python3 -Wd.
* Add changelog entry and fix test suite to cope with Elixir console lexer.Georg Brandl2012-02-291-1/+2
|
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Clean up Opa a bit and exclude from arbitrary-string test for now.Georg Brandl2012-02-041-1/+1
|
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* Merge with https://bitbucket.org/dvarrazzo/pygments-postgresGeorg Brandl2011-06-191-0/+14
|\
| * merge with https://bitbucket.org/joshpeek/pygmentsGeorg Brandl2011-06-181-0/+9
| |\
| | * Test all lexers can be found by mime typeJoshua Peek2011-06-081-0/+3
| | |
| | * Test all lexers can be found by name or aliasJoshua Peek2011-06-081-0/+6
| | |
| * | Fix bug in GasLexer.analyse_text(). Make sure return val can be cast to float.Tim Van Steenburgh2011-05-261-0/+2
| |/
| * Temporarily disable extensive testing of the XQuery lexer.Georg Brandl2011-01-041-0/+3
| |
* | Added PostgreSQL specific SQL and interactive session lexersDaniele Varrazzo2011-04-011-1/+1
|/
* make check: whitespace errorsTim Hatch2010-12-211-1/+1
|
* Switch to bitbucket as main repo.Georg Brandl2010-09-071-1/+1
|
* Convert lexer and formatter tests to test generators, so that one failure ↵Georg Brandl2010-02-181-175/+187
| | | | does not prevent running the others.
* - Added the ``ensurenl`` lexer option, which can be used to suppress theGeorg Brandl2010-02-181-0/+25
| | | | | | | | automatic addition of a newline to the lexer input. - Fixed a bug in `do_insertions()` used for multi-lexer languages. - Added tests for standard lexer whitespace options.
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Port Pygments to Python 3.1.gbrandl2009-03-311-12/+23
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.