summaryrefslogtreecommitdiff
path: root/testing/test_cli.py
Commit message (Collapse)AuthorAgeFilesLines
* pre-commit updatesRonny Pfannschmidt2023-02-121-2/+0
|
* bugfix wrong condition in relative_to override and fix testsRonny Pfannschmidt2022-06-281-8/+15
|
* cleanup pyproject loading and allow cli relative roots to be specifiedRonny Pfannschmidt2022-06-281-2/+5
| | | | this also tries to address concerns by @qubidt in #691 / #702
* fix #691 - support root in pyproject.toml even for cliRonny Pfannschmidt2022-06-261-0/+50
superseeds #702 which served as inspiration adds integration tests