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
Created attachment 426260 [details] Patch
Created attachment 426840 [details] Patch
Committed r276512 (236968@main): <https://commits.webkit.org/236968@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 426840 [details].
<rdar://problem/77110018>