From 38688f08decc2c9e158a5846b78a31956a34e553 Mon Sep 17 00:00:00 2001 From: Wenting Zhao Date: Sun, 22 Sep 2024 17:52:37 +0000 Subject: [PATCH] removed excessive prints for get-tests --- commit0/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/commit0/cli.py b/commit0/cli.py index 9d49fcd..61670cd 100644 --- a/commit0/cli.py +++ b/commit0/cli.py @@ -200,8 +200,6 @@ def get_tests( check_commit0_path() check_valid(repo_name, SPLIT_ALL) - typer.echo(f"Getting tests for repository: {repo_name}") - commit0.harness.get_pytest_ids.main(repo_name, verbose=1)