summaryrefslogtreecommitdiff
path: root/python/unit_tests/test_run.py
Commit message (Expand)AuthorAge
* python: drop the pylint checks and overrides, we use Ruff nowPeter Pentchev2023-05-15
* python: ruff FBT001,FBT003: pass boolean arguments by namePeter Pentchev2023-05-15
* python: test_load/run: keep a path for as long as possiblePeter Pentchev2023-05-15
* python: test_run: do not shadow a function argumentPeter Pentchev2023-05-15
* python: ruff PTH122, PTH123, UP015: make much more use of pathlib.PathPeter Pentchev2023-05-15
* python: ruff C405: set([...]) is kind of sillyPeter Pentchev2023-05-15
* python: ruff D???: fix some docstring issuesPeter Pentchev2023-05-15
* python: override some Ruff checksPeter Pentchev2023-05-15
* python: use Ruff's isort implementationPeter Pentchev2023-05-15
* SPDX: drop the copyright yearsPeter Pentchev2023-05-14
* python: ddt -> pytest.mark.parametrize()Peter Pentchev2023-05-14
* SPDX step 1: existing noticesPeter Pentchev2023-05-14
* python: reenable python's no-self-use checkPeter Pentchev2023-02-13
* python: define the defs.BackendType enumPeter Pentchev2023-02-13
* python: move a statement out of a try blockPeter Pentchev2023-02-13
* python: use open() instead of io.open()Peter Pentchev2022-10-25
* python: py3: type hints -> type annotationsPeter Pentchev2022-10-14
* python: pylint >= 2.14, no need to disable no-self-usePeter Pentchev2022-09-09
* Python: reformat the source with 100 chars per line.Peter Pentchev2022-04-15
* python: use io.open() and specify the encoding.Peter Pentchev2021-09-29
* Drop the http_get backend and the "setenv" test spec.Peter Pentchev2021-05-09
* python: add the confget.read_ini_file() convenience function.Peter Pentchev2021-05-07
* 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: work around another pylint false positive.Peter Pentchev2020-04-01
* python: work around a pylint false positive.Peter Pentchev2020-04-01
* python: make the tests a bit less verbose.Peter Pentchev2019-06-27
* python: reformat the source code using black.Peter Pentchev2019-06-20
* python: break a dependency loop that broke mypy.Peter Pentchev2019-06-20
* Add a 2018 & 2019 copyright notice and a two-clause BSD license.Peter Pentchev2019-01-02
* Keep the tests data in JSON files.Peter Pentchev2019-01-02
* Test the Python code as a library, generate t/*.t.Peter Pentchev2019-01-02