actions: Split out zerver.actions.streams.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-04-14 14:51:16 -07:00
parent 975066e3f0
commit 5fcbc412cf
23 changed files with 1220 additions and 1176 deletions

View File

@@ -5,8 +5,8 @@ from unittest.mock import MagicMock, patch
from django.http import HttpRequest
from django.http.response import HttpResponse
from zerver.actions.streams import do_rename_stream
from zerver.decorator import webhook_view
from zerver.lib.actions import do_rename_stream
from zerver.lib.exceptions import InvalidJSONError, JsonableError
from zerver.lib.send_email import FromAddress
from zerver.lib.test_classes import WebhookTestCase, ZulipTestCase