3
0
Fork 0

feat: add basic support for wutta-continuum

and i mean *basic* - so far..  eventually will expose version history
for viewing etc.

unfortunately got carried away and reorganized the api docs a little
while i was at it..
This commit is contained in:
Lance Edgar 2024-08-27 21:11:44 -05:00
parent 24f5ee1dcc
commit 71728718d8
53 changed files with 308 additions and 76 deletions

View file

@ -1,11 +1,14 @@
[tox]
envlist = py38, py39, py310, py311
envlist = py38, py39, py310, py311, nox
[testenv]
extras = tests
extras = continuum,tests
commands = pytest {posargs}
[testenv:nox]
extras = tests
[testenv:coverage]
basepython = python3.11
commands = pytest --cov=wuttaweb --cov-report=html --cov-fail-under=100