We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388a908 commit 6275015Copy full SHA for 6275015
tests/functional/botocore/test_endpoints.py
@@ -86,6 +86,7 @@ def _computed_endpoint_prefixes():
86
yield endpoint_prefix
87
88
89
+@pytest.mark.validates_models
90
@pytest.mark.parametrize("endpoint_prefix", _computed_endpoint_prefixes())
91
def test_endpoint_matches_service(known_endpoint_prefixes, endpoint_prefix):
92
# We need to cross check all computed endpoints against our
@@ -102,6 +103,7 @@ def _available_services():
102
103
return sorted(loader.list_available_services('service-2'))
104
105
106
107
@pytest.mark.parametrize("service_name", _available_services())
108
def test_client_name_matches_hyphenized_service_id(service_name):
109
"""Generates tests for each service to verify that the computed service
0 commit comments