summaryrefslogtreecommitdiff
path: root/python/unit_tests/test_parser.py
Commit message (Expand)AuthorAge
* python: drop the pylint checks and overrides, we use Ruff nowPeter Pentchev2023-05-15
* python: ruff C405: set([...]) is kind of sillyPeter Pentchev2023-05-15
* SPDX: drop the copyright yearsPeter Pentchev2023-05-14
* SPDX step 1: existing noticesPeter Pentchev2023-05-14
* python: explicitly disable pylint's magic value check as neededPeter Pentchev2023-02-13
* python: define the defs.BackendType enumPeter Pentchev2023-02-13
* python: py3: no need for __future__.print_functionPeter Pentchev2022-10-25
* python: py3: type hints -> type annotationsPeter Pentchev2022-10-14
* python: files that use "assert" should be test_*.py.Peter Pentchev2020-04-06
* python: use test_data/ as the default location.Peter Pentchev2020-04-06
* Fix the formatting of the Python docstrings.Peter Pentchev2020-04-06
* python: fix the top-level module's typed exports.Peter Pentchev2020-04-01
* python: add the get_parser() method.Peter Pentchev2019-06-27