summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2020-08-07 16:59:54 +0300
committerEdi Feschiyan <efeschiyan@pm.me>2020-08-07 16:59:54 +0300
commit4b4deff8e1e27ca99aec41aad3dbd46303792729 (patch)
treedcd5e9cee4815bbd0dad782a6e1bde5ccca850a9 /tox.ini
parent1783f229db62c47e990909bc193cc9bea963ca2f (diff)
Registering "regular" and "hwrequired" test markers, adding them to tests
Enabling custom pytest --lava option for LAVA CI integration Enabling tox for CI bluetooth::default_adapter should support setting a default one according to documentation in README.md
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..c55cd13
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,17 @@
+[tox]
+envlist = py38
+
+[testenv]
+setenv =
+ AGL_TGT_IP = {env:AGL_TGT_IP:"127.0.0.1"}
+
+deps =
+ websockets
+ pytest-dependency
+ pytest
+ parse
+ pytest-asyncio
+ asyncssh
+
+commands =
+ pytest --lava -qk "not hwrequired"