RESOLVED FIXED 224687
Add a conftest.py to run existing webkitpy tests in pytest
https://bugs.webkit.org/show_bug.cgi?id=224687
Summary Add a conftest.py to run existing webkitpy tests in pytest
Sam Sneddon [:gsnedders]
Reported 2021-04-16 12:56:52 PDT
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
Attachments
Patch (15.39 KB, patch)
2021-04-16 13:09 PDT, Sam Sneddon [:gsnedders]
no flags
Patch (9.32 KB, patch)
2021-04-22 12:48 PDT, Sam Sneddon [:gsnedders]
no flags
Sam Sneddon [:gsnedders]
Comment 1 2021-04-16 13:09:26 PDT
Sam Sneddon [:gsnedders]
Comment 2 2021-04-22 12:48:07 PDT
EWS
Comment 3 2021-04-23 12:34:44 PDT
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].
Radar WebKit Bug Importer
Comment 4 2021-04-24 15:02:24 PDT
Note You need to log in before you can comment on or make changes to this bug.