From 4ddeffa2e1970f85fb26cfb3193081f265ce9266 Mon Sep 17 00:00:00 2001 From: Edi Feschiyan Date: Fri, 7 Aug 2020 18:48:22 +0300 Subject: moving conftest to pyagl subdir and creating a manifest --- MANIFEST.in | 1 + pyagl/pytest.ini | 15 +++++++++++++++ pytest.ini | 15 --------------- 3 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 MANIFEST.in create mode 100644 pyagl/pytest.ini delete mode 100644 pytest.ini diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..c19ef4b --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include . *.ini *.json *.py *.txt *.md diff --git a/pyagl/pytest.ini b/pyagl/pytest.ini new file mode 100644 index 0000000..217ef9a --- /dev/null +++ b/pyagl/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 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 -- cgit 1.2.3-korg