[Webkit-unassigned] [Bug 224638] Migrate Python tests to pytest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 16 07:31:04 PDT 2021


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

--- Comment #2 from Jonathan Bedard <jbedard at apple.com> ---
I like this idea, but we should probably grow this as a totally separate script from test-webkitpy and then replace at some future date.

I also feel like, if we can get away with it, we should try to library-ize our purest integration. By that, I mean have a function in webkitcorepy that is basically "run all of the Python tests in these directories", and then pytest-webkitpy is basically a script that just calls that function with the directories it cares about. This approach helps us improve buildbot and other services tests as well, because they can use the exact same "run all of the Python tests in these directories" and just define different directories.

-- 
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/b87c8edd/attachment.htm>


More information about the webkit-unassigned mailing list