Martin Robinson
f5627ce4cc
Remove __future__
imports that are no longer necessary ( #30661 )
...
These are no longer necessary as we always use Python 3.
2023-11-02 12:01:10 +00:00
Martin Robinson
e9942bddb0
Replace usage of six.moves.urllib with urllib
...
Also organize some of the imports. Now that Servo only uses Python 3,
this module is unnecessary. This is part of the gradual migration to
using only Python 3.
2023-04-10 12:47:39 +02:00
Kagami Sascha Rosylight
d01648d637
Fix remaining flake8 warnings
2020-06-21 03:34:32 +02:00
Daniel Alley
cc18718152
Run py-modernize against tests/jquery/run_jquery.py
...
Attempt to make it py3 compatible
2020-03-25 15:10:44 -04:00
Jan Andre Ikenmeyer
f1f409ffb6
Update MPL license to https (part 5)
2018-11-27 19:09:17 +01:00
Ms2ger
773d4a7ee5
Update expected results for the jquery tests.
...
Apparently four of the attributes tests were fixed at some point.
2016-03-16 14:48:10 +01:00
Emilio Cobos Álvarez
4d84ad51f4
Update jQuery tests usage message
2015-06-19 16:42:17 +02:00
Corey Farwell
848c57653c
Add flake8 to the tidy process for Python files
...
Fixes #6236
Also included in this commit are the changes need to make flake8 pass
for the existing python file
2015-06-04 11:17:34 -04:00
Glenn Watson
be7ae0c732
Add jQuery test runner and mach integration.
2015-06-01 09:36:24 +10:00