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

@@ -4,7 +4,7 @@ from typing import Dict, Optional
from zerver.models import Message
from zerver.lib.webhooks.git import COMMITS_LIMIT
from zerver.lib.test_helpers import WebhookTestCase
from zerver.lib.test_classes import WebhookTestCase
class GithubV1HookTests(WebhookTestCase):
STREAM_NAME = None # type: Optional[text_type]