tests: Split out ZulipTestCase and WebhookTestCase to a separate file.

Fixes #1671.
This commit is contained in:
sinwar
2016-11-11 00:00:09 +05:30
committed by Tim Abbott
parent ade3bda025
commit 4582a98c09
56 changed files with 569 additions and 449 deletions

View File

@@ -5,7 +5,10 @@ import ujson
from typing import Any, Dict, List
from six import string_types
from zerver.lib.test_helpers import ZulipTestCase, tornado_redirected_to_list, get_display_recipient
from zerver.lib.test_helpers import tornado_redirected_to_list, get_display_recipient
from zerver.lib.test_classes import (
ZulipTestCase,
)
from zerver.models import get_user_profile_by_email
class TypingNotificationOperatorTest(ZulipTestCase):