mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision 66f38302334f162d363afcf4a1792d895072f3ef
This commit is contained in:
parent
36f5b69224
commit
b198cd722a
622 changed files with 3374 additions and 2001 deletions
|
@ -1 +1 @@
|
|||
from . import lint
|
||||
from . import lint # noqa: F401
|
||||
|
|
|
@ -3,7 +3,6 @@ from __future__ import print_function, unicode_literals
|
|||
import abc
|
||||
import argparse
|
||||
import ast
|
||||
import itertools
|
||||
import json
|
||||
import os
|
||||
import re
|
||||
|
|
|
@ -4,7 +4,6 @@ import os
|
|||
import sys
|
||||
|
||||
import mock
|
||||
import pytest
|
||||
import six
|
||||
|
||||
from ...localpaths import repo_root
|
||||
|
|
|
@ -3,7 +3,6 @@ from __future__ import unicode_literals
|
|||
from ..lint import check_path
|
||||
from .base import check_errors
|
||||
import pytest
|
||||
import six
|
||||
|
||||
def test_allowed_path_length():
|
||||
basename = 29 * "test/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue