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:
parent
24f5ee1dcc
commit
71728718d8
53 changed files with 308 additions and 76 deletions
7
tox.ini
7
tox.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue