Replacing test import of mock, using unittest.mock
parent
929ab47249
commit
0a0d8724cd
|
@ -16,7 +16,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
import mock
|
from unittest import mock
|
||||||
import functools
|
import functools
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue