Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/testing/src/execution_testing/cli/gen_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/src/execution_testing/cli/tox_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion repo_subpaths_for_grammar_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading