add print

This commit is contained in:
José Henrique Ivanchechen 2023-09-24 12:57:37 -03:00
parent 94c2296738
commit 095f04e113
1 changed files with 1 additions and 1 deletions

View File

@ -136,5 +136,5 @@ if __name__ == "__main__":
URL_BASE = ENDPOINTS[FRAMEWORK_NAME] URL_BASE = ENDPOINTS[FRAMEWORK_NAME]
for endpoint, method, num_requests, metadata in API_REQUESTS: for endpoint, method, num_requests, metadata in API_REQUESTS:
print(f"# {endpoint}") print(f"# {FRAMEWORK_NAME} - {endpoint}")
run_tests(endpoint, method, num_requests, metadata) run_tests(endpoint, method, num_requests, metadata)