mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
tests: Split out ZulipTestCase and WebhookTestCase to a separate file.
Fixes #1671.
This commit is contained in:
@@ -7,6 +7,9 @@ from typing import Any, Dict
|
||||
from zerver.lib.test_helpers import (
|
||||
get_user_profile_by_email,
|
||||
most_recent_message,
|
||||
)
|
||||
|
||||
from zerver.lib.test_classes import (
|
||||
ZulipTestCase,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user