[Webkit-unassigned] [Bug 224687] New: Add a conftest.py to run existing webkitpy tests in pytest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 16 12:56:52 PDT 2021


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

            Bug ID: 224687
           Summary: Add a conftest.py to run existing webkitpy tests in
                    pytest
           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: gsnedders at apple.com
            Blocks: 224638

This tracks work on adding initial infrastructure to make it possible to run the webkitpy tests under pytest, along with the following part from bug 224638:

 * pytest's unittest support uses the stdlib unittest.TestLoader class, which we subclass in webkitpy.test.main, to optionally load methods beginning with serial_test_*, integration_test_*, and serial_integration_test_* as well as test_*; logically these would become marks in pytest


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=224638
[Bug 224638] Migrate Python tests to pytest
-- 
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/20210416/6aa6a7a0/attachment.htm>


More information about the webkit-unassigned mailing list