diff options
author | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-08-07 16:59:54 +0300 |
---|---|---|
committer | Edi Feschiyan <efeschiyan@pm.me> | 2020-08-07 16:59:54 +0300 |
commit | 4b4deff8e1e27ca99aec41aad3dbd46303792729 (patch) | |
tree | dcd5e9cee4815bbd0dad782a6e1bde5ccca850a9 /tox.ini | |
parent | 1783f229db62c47e990909bc193cc9bea963ca2f (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.ini | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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" |