Commit 564ca3a
committed
Fix test_cross_language_works_for_subclasses CI failure
Add missing @force_not_colorized decorator to three cross-language
test methods. The CPython C-level traceback path includes ANSI color
codes in error output, causing assertEndsWith to fail when the
expected string doesn't account for trailing escape sequences.
Also add the decorator to test_cross_language_levenshtein_fallback and
test_cross_language_no_hint_for_unknown_attr for consistency with all
other cross-language tests.1 parent e2c12ec commit 564ca3a
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4598 | 4598 | | |
4599 | 4599 | | |
4600 | 4600 | | |
| 4601 | + | |
4601 | 4602 | | |
4602 | 4603 | | |
4603 | 4604 | | |
4604 | 4605 | | |
4605 | 4606 | | |
4606 | 4607 | | |
| 4608 | + | |
4607 | 4609 | | |
4608 | 4610 | | |
4609 | 4611 | | |
4610 | 4612 | | |
| 4613 | + | |
4611 | 4614 | | |
4612 | 4615 | | |
4613 | 4616 | | |
| |||
0 commit comments