diff --git a/packages/testing/src/execution_testing/cli/pytest_commands/plugins/fix_package_test_path.py b/packages/testing/src/execution_testing/cli/pytest_commands/plugins/fix_package_test_path.py index 1df709206b..5c298ed977 100644 --- a/packages/testing/src/execution_testing/cli/pytest_commands/plugins/fix_package_test_path.py +++ b/packages/testing/src/execution_testing/cli/pytest_commands/plugins/fix_package_test_path.py @@ -1,5 +1,5 @@ """ -Pytest plugin to fix the test IDs for all pytest command that use a +Pytest plugin to fix the test IDs for all pytest commands that use a command-logic test file. """ diff --git a/repo_subpaths_for_grammar_check.md b/repo_subpaths_for_grammar_check.md index 866c6c2eee..8aac3cc644 100644 --- a/repo_subpaths_for_grammar_check.md +++ b/repo_subpaths_for_grammar_check.md @@ -10,7 +10,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete - [x] `packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler/**/*.py` (~27 files) - [x] `packages/testing/src/execution_testing/cli/pytest_commands/plugins/execute/**/*.py` (~21 files) - [x] `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) +- [x] `packages/testing/src/execution_testing/cli/pytest_commands/plugins/*.py` (root plugins, ~6 files) ## packages/testing - CLI Core