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