diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 15 |
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 |