Use mock from unittest

pull/648/head
Matt Turner 2 years ago
parent 06e082c918
commit b935baa9ab

@ -3,7 +3,7 @@
import os
import sys
import mock
from unittest import mock
import pytest
sys.path.append(os.path.join(os.getcwd(), 'bin')) # noqa

Loading…
Cancel
Save