test: extend file format version matrices to include 2.2#6036
Conversation
PR ReviewThis PR extends test coverage for file format 2.2 across Python and Rust test/benchmark suites. The changes are straightforward additions to existing version matrices. P1 Issue: Incorrect
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
westonpace
left a comment
There was a problem hiding this comment.
We don't have to do it now but by the time 2.3 rolls around we probably just want a file_format_versions function in python that returns a list of all the versions so we don't have to repeat ourselves all over.
…t#6036) This PR adds file format `2.2` to existing `2.0/2.1` version coverage matrices across Python and Rust test/benchmark paths. --- **Parts of this PR were drafted with assistance from Codex (with `gpt-5.3-codex`) and fully reviewed and edited by me. I take full responsibility for all changes.**
This PR adds file format
2.2to existing2.0/2.1version coverage matrices across Python and Rust test/benchmark paths.Parts of this PR were drafted with assistance from Codex (with
gpt-5.3-codex) and fully reviewed and edited by me. I take full responsibility for all changes.