Update web-platform-tests to revision 66f38302334f162d363afcf4a1792d895072f3ef

This commit is contained in:
WPT Sync Bot 2018-06-13 21:09:34 -04:00
parent 36f5b69224
commit b198cd722a
622 changed files with 3374 additions and 2001 deletions

View file

@ -1 +1 @@
from . import lint
from . import lint # noqa: F401

View file

@ -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

View file

@ -4,7 +4,6 @@ import os
import sys
import mock
import pytest
import six
from ...localpaths import repo_root

View file

@ -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/"