https://bugzilla.redhat.com/show_bug.cgi?id=1812435 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@xxxxxxxxx Doc Type|--- |If docs needed, set a value --- Comment #1 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- - Tests are failing: + /usr/bin/python3 test.py ......F..F.F.......F............................... ====================================================================== FAIL: test_ansi_ellipsis_mb (__main__.TableOperationsTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 463, in test_ansi_ellipsis_mb self.assertEqual(string, table.get_string()) AssertionError: '+-----------------+---+------+\n| \x1b[31mこれは非常に\x1b[0m.[43 chars]---+' != '+--------------+---+------+\n| \x1b[31mこれは非常に長い\x1b[0m\x[55 chars]---+' - +-----------------+---+------+ ? --- + +--------------+---+------+ - | これは非常に... | 2 | girl | ? ^^^ + | これは非常に長い名前です | 2 | girl | ? ++ ^^^^^^^^^^^^^ - +-----------------+---+------+? --- + +--------------+---+------+ ====================================================================== FAIL: test_ansi_strip_mb (__main__.TableOperationsTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 483, in test_ansi_strip_mb self.assertEqual(string, table.get_string()) AssertionError: '+-----------------+---+------+\n| \x1b[31mこれは非常に長\x1b[0m[42 chars]---+' != '+--------------+---+------+\n| \x1b[31mこれは非常に長い\x1b[0m\x[55 chars]---+' - +-----------------+---+------+ ? --- + +--------------+---+------+ - | これは非常に長 | 2 | girl | ? ^ + | これは非常に長い名前です | 2 | girl | ? + ^^^^^^^^^^^^^ - +-----------------+---+------+? --- + +--------------+---+------+ ====================================================================== FAIL: test_ansi_wrap_mb (__main__.TableOperationsTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 443, in test_ansi_wrap_mb self.assertEqual(string, table.get_string()) AssertionError: '+-----------------+---+------+\n| \x1b[31mこれは非常に長\x1b[0m[99 chars]---+' != '+--------------+---+------+\n| \x1b[31mこれは非常に長い\x1b[0m\x[55 chars]---+' - +-----------------+---+------+ ? --- + +--------------+---+------+ - | これは非常に長 | 2 | girl | ? ^ + | これは非常に長い名前です | 2 | girl | ? + ^^^^^^^^^^^^^ - | い名前です | | | - +-----------------+---+------+? --- + +--------------+---+------+ ====================================================================== FAIL: test_eastasian_characters (__main__.TableOperationsTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 394, in test_eastasian_characters self.assertEqual(string, self.table.get_string()) AssertionError: '+------------+------+--------+\n| name | rank [417 chars]---+' != '+----------+------+--------+\n| name | rank | ge[392 chars]---+' Diff is 1112 characters long. Set self.maxDiff to None to see it. ---------------------------------------------------------------------- Ran 51 tests in 0.069s FAILED (failures=4) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx