diff --git a/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/gen_test_doc/page_props.py b/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/gen_test_doc/page_props.py index cd4337d415..6e166b8d63 100644 --- a/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/gen_test_doc/page_props.py +++ b/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/gen_test_doc/page_props.py @@ -28,8 +28,8 @@ def apply_name_filters(input_string: str) -> str: Note: As of 2024-10-08, with 634 doc pages, this function constitutes ~2.0s of the total runtime (~5.5s). This seems to be insignificant with the time - taken by mkdocstrings to include the docstrings in the final output (which) - is a separate mkdocs "build-step" occurs outside the scope of this plugin. + taken by mkdocstrings to include the docstrings in the final output, which + is a separate mkdocs "build-step" that occurs outside the scope of this plugin. """ word_replacements = { "acl": "ACL", diff --git a/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/pre_alloc.py b/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/pre_alloc.py index fb81dfcfaa..ce5d1af1a7 100644 --- a/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/pre_alloc.py +++ b/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/pre_alloc.py @@ -69,7 +69,7 @@ def pytest_addoption(parser: pytest.Parser) -> None: dest="test_contract_address_increments", default=f"{CONTRACT_ADDRESS_INCREMENTS_DEFAULT}", type=str, - help="The address increment value to each deployed contract by a test.", + help="The address increment value for each deployed contract by a test.", ) pre_alloc_group.addoption( "--evm-code-type", diff --git a/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/static_filler.py b/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/static_filler.py index d0865c88af..85fc21d4c4 100644 --- a/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/static_filler.py +++ b/packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/static_filler.py @@ -411,7 +411,7 @@ def yul(fork: Fork, request: pytest.FixtureRequest) -> Type[Yul]: This fixture defines a class that wraps the ::execution_testing.tools.Yul class so that upon instantiation within the test case, it provides the test - case's current fork parameter. The forks is then available for use in + case's current fork parameter. The fork is then available for use in solc's arguments for the Yul code compilation. Test cases can override the default value by specifying a fixed version diff --git a/repo_subpaths_for_grammar_check.md b/repo_subpaths_for_grammar_check.md index b2a1ee4adb..0b338956af 100644 --- a/repo_subpaths_for_grammar_check.md +++ b/repo_subpaths_for_grammar_check.md @@ -7,7 +7,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete ## packages/testing - CLI Plugins - [x] `packages/testing/src/execution_testing/cli/pytest_commands/plugins/consume/**/*.py` (~32 files) -- [ ] `packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/**/*.py` (~27 files) +- [x] `packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/**/*.py` (~27 files) - [ ] `packages/testing/src/execution_testing/cli/pytest_commands/plugins/execute/**/*.py` (~21 files) - [ ] `packages/testing/src/execution_testing/cli/pytest_commands/plugins/forks/**/*.py`, `shared/**/*.py`, `help/**/*.py` (~16 files) - [ ] `packages/testing/src/execution_testing/cli/pytest_commands/plugins/*.py` (root plugins, ~6 files)