diff --git a/packages/testing/src/execution_testing/cli/gen_index.py b/packages/testing/src/execution_testing/cli/gen_index.py index 3e2fed94c5..cd80748c1f 100644 --- a/packages/testing/src/execution_testing/cli/gen_index.py +++ b/packages/testing/src/execution_testing/cli/gen_index.py @@ -46,7 +46,7 @@ def count_json_files_exclude_index(start_path: Path) -> int: @click.command( help=( - "Generate an index file of all the json fixtures in the specified directory." + "Generate an index file of all the json fixtures in the specified directory. " "The index file is saved as 'index.json' in the specified directory." ) ) diff --git a/packages/testing/src/execution_testing/cli/modify_static_test_gas_limits.py b/packages/testing/src/execution_testing/cli/modify_static_test_gas_limits.py index 28e384fc4e..47087254d9 100644 --- a/packages/testing/src/execution_testing/cli/modify_static_test_gas_limits.py +++ b/packages/testing/src/execution_testing/cli/modify_static_test_gas_limits.py @@ -213,7 +213,7 @@ def _check_fixtures( ), required=True, help="The input json file or directory containing json listing the new gas limits for the " - "static test files files.", + "static test files.", ) @click.option( "--max-gas-limit", diff --git a/packages/testing/src/execution_testing/cli/show_pre_alloc_group_stats.py b/packages/testing/src/execution_testing/cli/show_pre_alloc_group_stats.py index e55d4cb044..55b47ba602 100644 --- a/packages/testing/src/execution_testing/cli/show_pre_alloc_group_stats.py +++ b/packages/testing/src/execution_testing/cli/show_pre_alloc_group_stats.py @@ -90,7 +90,7 @@ def calculate_size_distribution( # Added group_count test_distribution.append((label, tests_in_bin, 0, group_count)) - # Calculate cumulative values For the table sorted from largest to + # Calculate cumulative values for the table sorted from largest to # smallest: # Row N shows: if we exclude groups of size N and smaller, what # percent of tests remain? diff --git a/packages/testing/src/execution_testing/cli/tox_helpers.py b/packages/testing/src/execution_testing/cli/tox_helpers.py index bed20621f7..765281464e 100644 --- a/packages/testing/src/execution_testing/cli/tox_helpers.py +++ b/packages/testing/src/execution_testing/cli/tox_helpers.py @@ -125,7 +125,7 @@ def pyspelling() -> None: tox_env="spellcheck", error_message=( "aspell is not installed. This tool is required for spell checking " - " documentation." + "documentation." ), fix_commands=[ "# Install aspell on Ubuntu/Debian", diff --git a/repo_subpaths_for_grammar_check.md b/repo_subpaths_for_grammar_check.md index 7b595de854..6489c71365 100644 --- a/repo_subpaths_for_grammar_check.md +++ b/repo_subpaths_for_grammar_check.md @@ -17,7 +17,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete - [x] `packages/testing/src/execution_testing/cli/pytest_commands/*.py` (~10 files) - [x] `packages/testing/src/execution_testing/cli/gentest/**/*.py`, `fuzzer_bridge/**/*.py` (~15 files) - [x] `packages/testing/src/execution_testing/cli/eest/**/*.py`, `input/**/*.py`, `fillerconvert/**/*.py` (~15 files) -- [ ] `packages/testing/src/execution_testing/cli/*.py` (root cli files, ~15 files) +- [x] `packages/testing/src/execution_testing/cli/*.py` (root cli files, ~15 files) - [ ] `packages/testing/src/execution_testing/cli/tests/**/*.py` (~10 files) ## packages/testing - Core Modules