mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	tests: Split out ZulipTestCase and WebhookTestCase to a separate file.
Fixes #1671.
This commit is contained in:
		@@ -5,7 +5,10 @@ import ujson
 | 
			
		||||
from typing import Any, Dict, List
 | 
			
		||||
from six import string_types
 | 
			
		||||
 | 
			
		||||
from zerver.lib.test_helpers import ZulipTestCase, tornado_redirected_to_list, get_display_recipient
 | 
			
		||||
from zerver.lib.test_helpers import tornado_redirected_to_list, get_display_recipient
 | 
			
		||||
from zerver.lib.test_classes import (
 | 
			
		||||
    ZulipTestCase,
 | 
			
		||||
)
 | 
			
		||||
from zerver.models import get_user_profile_by_email
 | 
			
		||||
 | 
			
		||||
class TypingNotificationOperatorTest(ZulipTestCase):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user