mirror of https://github.com/zulip/zulip.git
test-api: Log API tests status.
This commit is contained in:
parent
9177f17d73
commit
015ab412bc
|
@ -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!")
|
||||
|
|
Loading…
Reference in New Issue