mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
test_helpers: Cleanup output a bit.
This commit is contained in:
@@ -338,8 +338,8 @@ def write_instrumentation_reports(full_suite):
|
||||
print(call)
|
||||
|
||||
if full_suite:
|
||||
print('URL coverage report is in %s' % (fn,))
|
||||
print('Try running: ./tools/create-test-api-docs')
|
||||
print('INFO: URL coverage report is in %s' % (fn,))
|
||||
print('INFO: Try running: ./tools/create-test-api-docs')
|
||||
|
||||
if full_suite and len(untested_patterns):
|
||||
print("\nERROR: Some URLs are untested! Here's the list of untested URLs:")
|
||||
|
||||
Reference in New Issue
Block a user