From 0a0d8724cde601893f2c791f7832fc3040bc9588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 1 Dec 2014 12:42:32 +0100 Subject: [PATCH] Replacing test import of mock, using unittest.mock --- tests/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures.py b/tests/fixtures.py index 5c9bfa21..97cbea87 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -16,7 +16,7 @@ # along with this program. If not, see . import pytest -import mock +from unittest import mock import functools