mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 22:48:16 +00:00
tests: Split out ZulipTestCase and WebhookTestCase to a separate file.
Fixes #1671.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user