test-api: Log API tests status.

This commit is contained in:
Tim Abbott 2017-01-25 16:42:09 -08:00
parent 9177f17d73
commit 015ab412bc
1 changed files with 3 additions and 0 deletions

View File

@ -41,4 +41,7 @@ with test_server_running():
api_key=api_key,
site=site)
print("Running API tests...")
test_the_api(client)
print("API tests passed!")