added connection status macro and background task scheduling
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user