summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-01-28 09:29:51 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-01-28 09:29:51 -0300
commit5dfd6a24111b708c9aa1280d34d376bba164d7e1 (patch)
treedce0a4775caaff292deea22177311a7b012b05d8 /service
parent607f8abaf33c273b06f1ddebadbf08da996b1d26 (diff)
for #256, change TestCase to twisted trial
Diffstat (limited to 'service')
-rw-r--r--service/test/support/integration/soledad_test_base.py3
1 files changed, 1 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
-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