summaryrefslogtreecommitdiff
path: root/tests/test_promql.py
Commit message (Collapse)AuthorAgeFilesLines
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-9/+9
| | | | | | | | | | | * 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
* Add a PromQL lexer (#1506)Pablo SEMINARIO2020-08-191-0/+310
Including tests and an example.promql file.