mirror of https://github.com/scrapy/scrapy.git
Import mock from unittest
This commit is contained in:
parent
96bb3b5144
commit
73e88d036c
|
|
@ -2,14 +2,13 @@
|
|||
This module contains some assorted functions used in tests
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
from posixpath import split
|
||||
import asyncio
|
||||
import os
|
||||
from posixpath import split
|
||||
from unittest import mock
|
||||
|
||||
from importlib import import_module
|
||||
from twisted.trial.unittest import SkipTest
|
||||
from tests import mock
|
||||
|
||||
from scrapy.exceptions import NotConfigured
|
||||
from scrapy.utils.boto import is_botocore
|
||||
|
|
|
|||
Loading…
Reference in New Issue