fix: refactor some more for tests + pylint

This commit is contained in:
Lance Edgar 2025-08-31 19:12:12 -05:00
parent 7573cedf6e
commit 890adbad63
9 changed files with 42 additions and 17 deletions

View file

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