summaryrefslogtreecommitdiff
path: root/tests/test_kotlin.py
Commit message (Collapse)AuthorAgeFilesLines
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-79/+79
| | | | | | | | | | | * all: remove "u" string prefix * util: remove unirange Since Python 3.3, all builds are wide unicode compatible. * unistring: remove support for narrow-unicode builds which stopped being relevant with Python 3.3
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
|
* Remove unittest classes from the test suite.Georg Brandl2019-11-101-118/+119
|
* Cleanup test modules, more pytest-like testing.Georg Brandl2019-11-101-5/+6
|
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* some fixes to the kotlin lexer to work with the corda kolin codebasenimmajbb2019-04-011-0/+131