[Webkit-unassigned] [Bug 105607] New: Make it possible to use Python 2.7 unittest syntax in our unittests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 20:23:28 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105607

           Summary: Make it possible to use Python 2.7 unittest syntax in
                    our unittests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: ojan at chromium.org, dpranke at chromium.org,
                    dbates at webkit.org, jyasskin at chromium.org,
                    mihaip at chromium.org


Make it possible to use Python 2.7 unittest syntax in our unittests

It's long annoyed me that we don't get to use the fancy new self.assertMultiLineStringEquals and other similar type-aware assert methods in our unittests.  Even assertEquals in python 2.7 is type-aware and does much nicer printing.

It would be nice if we could either add ourselves some sort of unittest shim for python 2.6 and below, or find some other way to make this possible. :)

Please pardon the broad you're-good-at-python CC, and feel welcome to remove yourself if you're not interested. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list