sorting implementation coverage
This commit is contained in:
parent
6e840022fb
commit
2b9e834e84
@ -21,6 +21,7 @@ def get_moto_implementation(service_name):
|
||||
|
||||
def calculate_implementation_coverage():
|
||||
service_names = Session().get_available_services()
|
||||
service_names = sorted(service_names)
|
||||
coverage = {}
|
||||
for service_name in service_names:
|
||||
moto_client = get_moto_implementation(service_name)
|
||||
|
Loading…
Reference in New Issue
Block a user