sorting implementation coverage
This commit is contained in:
parent
6e840022fb
commit
2b9e834e84
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ def get_moto_implementation(service_name):
|
||||||
|
|
||||||
def calculate_implementation_coverage():
|
def calculate_implementation_coverage():
|
||||||
service_names = Session().get_available_services()
|
service_names = Session().get_available_services()
|
||||||
|
service_names = sorted(service_names)
|
||||||
coverage = {}
|
coverage = {}
|
||||||
for service_name in service_names:
|
for service_name in service_names:
|
||||||
moto_client = get_moto_implementation(service_name)
|
moto_client = get_moto_implementation(service_name)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue