diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-01-28 09:29:51 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2015-01-28 09:29:51 -0300 |
commit | 5dfd6a24111b708c9aa1280d34d376bba164d7e1 (patch) | |
tree | dce0a4775caaff292deea22177311a7b012b05d8 /service/test/support | |
parent | 607f8abaf33c273b06f1ddebadbf08da996b1d26 (diff) |
for #256, change TestCase to twisted trial
Diffstat (limited to 'service/test/support')
-rw-r--r-- | service/test/support/integration/soledad_test_base.py | 3 |
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 |