From 0896207bf07e5c2e233efb1226533adfd77398bc Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Fri, 17 Jul 2026 12:58:03 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20completly=20=E2=86=92=20completel?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli-options.txt | 2 +- green/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli-options.txt b/cli-options.txt index 081881d..f035829 100644 --- a/cli-options.txt +++ b/cli-options.txt @@ -61,7 +61,7 @@ Output Options: captured. -q, --quiet-stdout Instead of capturing the stdout and stderr and presenting it in the summary of results, discard it - completly for successful tests. --allow-stdout option + completely for successful tests. --allow-stdout option overrides it. -k, --no-skip-report Don't print the report of skipped tests after testing is done. Skips will still show up in the progress diff --git a/green/config.py b/green/config.py index b32538e..47e7305 100644 --- a/green/config.py +++ b/green/config.py @@ -283,7 +283,7 @@ def parseArguments( action="store_true", help=( "Instead of capturing the stdout and stderr and presenting it " - "in the summary of results, discard it completly for successful " + "in the summary of results, discard it completely for successful " "tests. --allow-stdout option overrides it." ), default=argparse.SUPPRESS,