test: initial pylint support

disabling all meaningful checks, will tackle each next...
This commit is contained in:
Lance Edgar 2025-09-01 13:48:36 -05:00
parent 9805991916
commit 04de98a787
3 changed files with 42 additions and 1 deletions

View file

@ -6,6 +6,10 @@ envlist = py38, py39, py310, py311
extras = tests
commands = pytest {posargs}
[testenv:pylint]
basepython = python3.11
commands = pylint sideshow
[testenv:coverage]
basepython = python3.11
commands = pytest --cov=sideshow --cov-report=html --cov-fail-under=100