diff options
author | Edi Feschiyan <efeschiyan@pm.me> | 2020-08-07 18:48:22 +0300 |
---|---|---|
committer | Edi Feschiyan <efeschiyan@pm.me> | 2020-08-07 18:48:22 +0300 |
commit | 4ddeffa2e1970f85fb26cfb3193081f265ce9266 (patch) | |
tree | a931eee03013a5e6454bf9ef750cac7a8d428fb5 /pytest.ini | |
parent | a4001b62acb0e267183d87ecf891a265b17c7018 (diff) |
moving conftest to pyagl subdir and creating a manifest
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 217ef9a..0000000 --- a/pytest.ini +++ /dev/null @@ -1,15 +0,0 @@ -[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 |