To simplify, sphinx uses external mock package even if unittest.mock exists.

This commit is contained in:
shimizukawa
2016-10-15 16:22:27 +09:00
parent ec8dd32e35
commit 487f3db5f6
12 changed files with 20 additions and 26 deletions

View File

@@ -10,7 +10,7 @@
:license: BSD, see LICENSE for details.
"""
from six import PY3, iteritems
from util import mock
import mock
from util import TestApp, with_app, gen_with_app, with_tempdir, \
raises, raises_msg, assert_in, assert_not_in