aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.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 /pytest.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 'pytest.ini')
-rw-r--r--pytest.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000..217ef9a
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,15 @@
+[pytest]
+norecursedirs = templates
+
+markers =
+ regular: regular verb tests with expected values
+ hwrequired: verb tests requiring available physical hardware
+ audiomixer: agl-service-audiomixer tests
+ bluetooth: agl-service-bluetooth tests
+ btmap: agl-service-bluetooth-map tests
+ btpbap: agl-service-bluetooth-pbap tests
+ geoclue: agl-service-geoclue tests
+ network: agl-service-network tests
+ nfc: agl-service-nfc tests
+ gps: agl-service-gps tests
+ weather: agl-service-weather tests