Skip to content

test(python): add parity suites for builtins, strings, and scripts#1305

Merged
chaliy merged 1 commit intomainfrom
fix/issue-1260-python-parity-tests
Apr 15, 2026
Merged

test(python): add parity suites for builtins, strings, and scripts#1305
chaliy merged 1 commit intomainfrom
fix/issue-1260-python-parity-tests

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 15, 2026

Summary

  • replace the thin builtin and string parity shims with dedicated Python binding suites
  • expand the script category with Node-style real-world Bash and BashTool scenarios while keeping existing high-level coverage
  • add explicit async coverage in each category and verify the new acceptance-count targets locally

Testing

  • ./.venv312/bin/ruff check tests/test_builtins.py tests/test_strings_and_quoting.py tests/test_scripts.py
  • ./.venv312/bin/ruff format --check tests/test_builtins.py tests/test_strings_and_quoting.py tests/test_scripts.py
  • ./.venv312/bin/pytest tests/test_builtins.py tests/test_strings_and_quoting.py tests/test_scripts.py -q

Closes #1260

@chaliy chaliy merged commit 30e1d2b into main Apr 15, 2026
18 checks passed
@chaliy chaliy deleted the fix/issue-1260-python-parity-tests branch April 15, 2026 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(python): add missing test categories — builtins, strings, scripts

1 participant