Commit 0d9c38e
test(codecs): cross-product blosc JSON roundtrip over cname x shuffle
Stacked parametrize over BLOSC_CNAME and BLOSC_SHUFFLE so the JSON
roundtrip exercises every (cname, shuffle) pair (18 cases instead of 9
in a disjoint union). Drops the **kwargs/dict[str, Any] indirection
the disjoint form needed, since the cross-product form passes typed
arguments directly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6551a91 commit 0d9c38e
1 file changed
Lines changed: 7 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
189 | 187 | | |
190 | | - | |
191 | | - | |
192 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
193 | 191 | | |
194 | 192 | | |
195 | 193 | | |
196 | 194 | | |
197 | 195 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 196 | + | |
207 | 197 | | |
208 | 198 | | |
209 | 199 | | |
| |||
0 commit comments