Commit 96a8fd9
Fix PyICU tests to use case_sensitive=False with UNICODE/LOCALE collations
The 0.5.0 refactoring changed UNICODE and LOCALE collations to default to
case_sensitive=True. The PyICU tests were expecting case-insensitive behavior
but weren't explicitly setting case_sensitive=False, causing failures in CI
where PyICU is installed.
Updated tests:
- test_pyicu_unicode_collation_with_pyicu
- test_pyicu_locale_collation_with_pyicu
- test_unicode_collation_case_insensitive (parameterized)
- test_turkish_i_requires_locale
- test_locale_specific_collation_turkish
All tests now explicitly set case_sensitive=False when expecting case-insensitive
matching with UNICODE/LOCALE collations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 22290b3 commit 96a8fd9
2 files changed
Lines changed: 20 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
271 | 276 | | |
272 | 277 | | |
273 | 278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
| 445 | + | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
465 | 469 | | |
466 | 470 | | |
467 | 471 | | |
| |||
470 | 474 | | |
471 | 475 | | |
472 | 476 | | |
473 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
474 | 483 | | |
475 | 484 | | |
476 | 485 | | |
| |||
514 | 523 | | |
515 | 524 | | |
516 | 525 | | |
| 526 | + | |
517 | 527 | | |
518 | 528 | | |
519 | 529 | | |
| |||
0 commit comments