fix: refactor some more for tests + pylint

This commit is contained in:
Lance Edgar 2025-08-31 18:39:38 -05:00
parent b89684cfc0
commit 0e25cca0ba
6 changed files with 29 additions and 11 deletions

View file

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