diff --git a/zerver/lib/test_helpers.py b/zerver/lib/test_helpers.py index bfb07d18bc..a9247cc06c 100644 --- a/zerver/lib/test_helpers.py +++ b/zerver/lib/test_helpers.py @@ -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:")