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

@@ -2,7 +2,7 @@
from six import text_type
from typing import Union
from zerver.lib.webhooks.git import COMMITS_LIMIT
from zerver.lib.test_helpers import WebhookTestCase
from zerver.lib.test_classes import WebhookTestCase
class Bitbucket2HookTests(WebhookTestCase):
STREAM_NAME = 'bitbucket2'