summaryrefslogtreecommitdiff
path: root/tests/test_javascript.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unittest classes from the test suite.Georg Brandl2019-05-061-37/+36
|
* Initial port to py.testGeorg Brandl2019-05-061-4/+6
| | | | | Unittest classes are kept - for now - since py.test is ok with them. Generator tests had to be switched to pytest parametrized tests.
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Rework CoffeeScript use of slashstartsregex.Tim Hatch2016-05-311-0/+84
Fixes #991