mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
refactor: Rename zerver.lib.bugdown to zerver.lib.markdown .
This commit is first of few commita which aim to change all the bugdown references to markdown. This commits rename the files, file path mentions and change the imports. Variables and other references to bugdown will be renamed in susequent commits.
This commit is contained in:
@@ -823,8 +823,8 @@ class ZulipTestCase(TestCase):
|
||||
'''
|
||||
with \
|
||||
self.settings(ERROR_BOT=None), \
|
||||
mock.patch('zerver.lib.bugdown.timeout', side_effect=KeyError('foo')), \
|
||||
mock.patch('zerver.lib.bugdown.bugdown_logger'):
|
||||
mock.patch('zerver.lib.markdown.timeout', side_effect=KeyError('foo')), \
|
||||
mock.patch('zerver.lib.markdown.bugdown_logger'):
|
||||
yield
|
||||
|
||||
def create_default_device(self, user_profile: UserProfile,
|
||||
|
||||
Reference in New Issue
Block a user