From 5dfd6a24111b708c9aa1280d34d376bba164d7e1 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 28 Jan 2015 09:29:51 -0300 Subject: for #256, change TestCase to twisted trial --- service/test/support/integration/soledad_test_base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'service') diff --git a/service/test/support/integration/soledad_test_base.py b/service/test/support/integration/soledad_test_base.py index f7693ad4..eea510b9 100644 --- a/service/test/support/integration/soledad_test_base.py +++ b/service/test/support/integration/soledad_test_base.py @@ -13,8 +13,7 @@ # # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . -import unittest - +from twisted.trial import unittest from pixelated.resources import * from test.support.integration.app_test_client import AppTestClient from test.support.integration.model import ResponseMail -- cgit v1.2.3