[Webkit-unassigned] [Bug 249568] New: Use unittest.TestCase.id() to get the test name instead of regexp matching
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 18 21:07:04 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=249568
Bug ID: 249568
Summary: Use unittest.TestCase.id() to get the test name
instead of regexp matching
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
Use unittest.TestCase.id() to get the test name instead of regexp matching
Python v3.11 slightly changed the string representation of unittest.TestCase object.
This change broke test-webkitpy.
https://docs.python.org/3.11/library/unittest.html
> test_isupper (__main__.TestStringMethods.test_isupper) ... ok
https://docs.python.org/3.10/library/unittest.html
> test_isupper (__main__.TestStringMethods) ... ok
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221219/d50db35a/attachment.htm>
More information about the webkit-unassigned
mailing list