Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upExpand wpt lint to cover moz suite as well #23897
Open
Labels
Comments
|
A good way to check your fix is simply doing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a wpt lint that checks for stuff like leaving a
console.login a test file, athttps://github.com/servo/servo/blob/510ffde3f18d02f19be1e90baa903239922a8e49/python/servo/lints/wpt_lint.py
However, it doesn't seem to work for tests added to the "mozilla" folder, see https://github.com/servo/servo/pull/23887/files#r309177019
The "mozilla" folder is at https://github.com/servo/servo/tree/510ffde3f18d02f19be1e90baa903239922a8e49/tests/wpt/mozilla/tests/mozilla
Could be an error in the python code using the wrong filepath...