From 3fd77708f9a1436a420535b759b2b38d8ec26c08 Mon Sep 17 00:00:00 2001 From: jamshale Date: Mon, 8 Jan 2024 23:02:00 +0000 Subject: [PATCH] Move oid4vci unit tests Signed-off-by: jamshale --- oid4vci/{ => oid4vci}/tests/__init__.py | 0 oid4vci/{ => oid4vci}/tests/conftest.py | 0 oid4vci/{ => oid4vci}/tests/models/__init__.py | 0 oid4vci/{ => oid4vci}/tests/models/test_exchange.py | 0 oid4vci/{ => oid4vci}/tests/models/test_supported_cred.py | 0 oid4vci/{ => oid4vci}/tests/routes/__init__.py | 0 oid4vci/{ => oid4vci}/tests/routes/conftest.py | 0 oid4vci/{ => oid4vci}/tests/routes/test_admin.py | 0 oid4vci/{ => oid4vci}/tests/routes/test_public_routes.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename oid4vci/{ => oid4vci}/tests/__init__.py (100%) rename oid4vci/{ => oid4vci}/tests/conftest.py (100%) rename oid4vci/{ => oid4vci}/tests/models/__init__.py (100%) rename oid4vci/{ => oid4vci}/tests/models/test_exchange.py (100%) rename oid4vci/{ => oid4vci}/tests/models/test_supported_cred.py (100%) rename oid4vci/{ => oid4vci}/tests/routes/__init__.py (100%) rename oid4vci/{ => oid4vci}/tests/routes/conftest.py (100%) rename oid4vci/{ => oid4vci}/tests/routes/test_admin.py (100%) rename oid4vci/{ => oid4vci}/tests/routes/test_public_routes.py (100%) diff --git a/oid4vci/tests/__init__.py b/oid4vci/oid4vci/tests/__init__.py similarity index 100% rename from oid4vci/tests/__init__.py rename to oid4vci/oid4vci/tests/__init__.py diff --git a/oid4vci/tests/conftest.py b/oid4vci/oid4vci/tests/conftest.py similarity index 100% rename from oid4vci/tests/conftest.py rename to oid4vci/oid4vci/tests/conftest.py diff --git a/oid4vci/tests/models/__init__.py b/oid4vci/oid4vci/tests/models/__init__.py similarity index 100% rename from oid4vci/tests/models/__init__.py rename to oid4vci/oid4vci/tests/models/__init__.py diff --git a/oid4vci/tests/models/test_exchange.py b/oid4vci/oid4vci/tests/models/test_exchange.py similarity index 100% rename from oid4vci/tests/models/test_exchange.py rename to oid4vci/oid4vci/tests/models/test_exchange.py diff --git a/oid4vci/tests/models/test_supported_cred.py b/oid4vci/oid4vci/tests/models/test_supported_cred.py similarity index 100% rename from oid4vci/tests/models/test_supported_cred.py rename to oid4vci/oid4vci/tests/models/test_supported_cred.py diff --git a/oid4vci/tests/routes/__init__.py b/oid4vci/oid4vci/tests/routes/__init__.py similarity index 100% rename from oid4vci/tests/routes/__init__.py rename to oid4vci/oid4vci/tests/routes/__init__.py diff --git a/oid4vci/tests/routes/conftest.py b/oid4vci/oid4vci/tests/routes/conftest.py similarity index 100% rename from oid4vci/tests/routes/conftest.py rename to oid4vci/oid4vci/tests/routes/conftest.py diff --git a/oid4vci/tests/routes/test_admin.py b/oid4vci/oid4vci/tests/routes/test_admin.py similarity index 100% rename from oid4vci/tests/routes/test_admin.py rename to oid4vci/oid4vci/tests/routes/test_admin.py diff --git a/oid4vci/tests/routes/test_public_routes.py b/oid4vci/oid4vci/tests/routes/test_public_routes.py similarity index 100% rename from oid4vci/tests/routes/test_public_routes.py rename to oid4vci/oid4vci/tests/routes/test_public_routes.py