added connection status macro and background task scheduling

This commit is contained in:
Bryan Bailey
2022-04-06 22:38:47 -04:00
parent 4f3e0e6feb
commit 4f3d7175f6
16 changed files with 136 additions and 15 deletions

View File

@@ -1,13 +1,13 @@
[tox]
minversion = 3.8.0
envlist = py37, py38, py39
envlist = py38, py39, py310
isolated_build = true
[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
[testenv]
setenv =
@@ -16,3 +16,5 @@ deps =
-r{toxinidir}/requirements_dev.txt
commands =
pytest --junitxml report.xml yoink/tests/test_basic.py
pytest --junitxml report.xml tests/test_web.py
pytest --junitxml report.xml tests/test_model_user.py