Keep csv parity tests aligned with QUOTE_NONE support · RustPython/RustPython@9723fff · GitHub
Skip to content

Commit 9723fff

Browse files
committed
Keep csv parity tests aligned with QUOTE_NONE support
Remove the stale RustPython expected-failure marker for the CPython escaped-field writer test that now passes, and cover CR/LF escaping in the snippet regression requested during review. Constraint: RustPython test policy allows removing expectedFailure markers only when the upstream test passes. Rejected: Refactoring writer row boilerplate in this follow-up | review marked it as a heavy-lift nitpick and it would broaden the CI fix. Confidence: high Scope-risk: narrow Tested: cargo run --release --features sqlite -- -m test test_csv; cargo run -- extra_tests/snippets/stdlib_csv.py; PATH=/tmp/pyshim:$PATH prek run --all-files; git diff --check; cargo test --workspace --exclude rustpython_wasm --exclude rustpython-venvlauncher; pytest -v in extra_tests Assisted-by: Codex:gpt-5.5
1 parent f29b7a3 commit 9723fff

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lib/test/test_csv.py

Lines changed: 0 additions & 1 deletion

extra_tests/snippets/stdlib_csv.py

Lines changed: 9 additions & 0 deletions

0 commit comments

Comments
 (0)