Extract code related to wpt manifest to wpt_manifest.py. |
||
Issue descriptionSpecifically, there is currently some duplicated code in port/base.py that involves reading and updating the wpt manifest, which logically probably belongs in wpt_manifest.py. https://cs.chromium.org/search/?q=manifest.json+webkitpy
,
Sep 24
There's still manifest-related code in port/base.py: https://cs.chromium.org/chromium/src/third_party/blink/tools/blinkpy/web_tests/port/base.py?l=52&rcl=99774c50cd7c63b45b8c3d6abb750f4b8a33a7b0 However, it imports wpt_manifest.py and to my eye doesn't do anything too inappropriate that would be much more fitting in port/base.py. |
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Aug 14Status: Untriaged (was: Available)