Render templates with uTemplate

This commit is contained in:
Miguel Grinberg
2022-07-25 00:44:26 +01:00
parent 7f1e546067
commit 54c1329582
16 changed files with 513 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ python =
[testenv]
commands=
pip install -e .
pytest -p no:logging --cov=src --cov-branch --cov-report=term-missing
pytest -p no:logging --cov=src --cov-config=.coveragerc --cov-branch --cov-report=term-missing
deps=
pytest
pytest-cov
@@ -24,7 +24,7 @@ deps=
deps=
flake8
commands=
flake8 --ignore=W503 --exclude tests/libs src tests examples
flake8 --ignore=W503 --exclude src/utemplate,tests/libs src tests examples
[testenv:upy]
whitelist_externals=sh