Skip to content

Commit

Permalink
tests: don't enforce all endpoint/defined tests yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed May 30, 2024
1 parent 5a12255 commit 64af40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_verify_api_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 64af40a

Please sign in to comment.