From 64af40a84a888df467cf0373e2d413a9b4dc5ae4 Mon Sep 17 00:00:00 2001 From: tazlin Date: Thu, 30 May 2024 10:26:38 -0400 Subject: [PATCH] tests: don't enforce all endpoint/defined tests yet --- tests/test_verify_api_surface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_verify_api_surface.py b/tests/test_verify_api_surface.py index 301fd2e..63ce7f6 100644 --- a/tests/test_verify_api_surface.py +++ b/tests/test_verify_api_surface.py @@ -39,7 +39,7 @@ def test_all_ai_horde_api_data_objects_imported() -> None: ) -# @pytest.mark.skip(reason="This test is not yet enforced.") +@pytest.mark.skip(reason="This test is not yet enforced.") @pytest.mark.object_verify def test_all_ai_horde_api_models_defined() -> None: import horde_sdk.ai_horde_api.apimodels @@ -83,7 +83,7 @@ def test_all_ai_horde_endpoints_known() -> None: ) -# @pytest.mark.skip(reason="This test is not yet enforced.") +@pytest.mark.skip(reason="This test is not yet enforced.") @pytest.mark.object_verify def test_all_ai_horde_endpoints_addressed() -> None: from horde_sdk.meta import all_unaddressed_endpoints_ai_horde