mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
refactor: Rename remaining bugdown words to markdown in test_markdown.py.
Rename rest of function names, classes and comments containing bugdoown to markdown in test_markdown.py. Also change the refactored classes and functions occurences in other files. This commit is part of series of commits aimed at renaming bugdown to markdown.
This commit is contained in:
@@ -33,8 +33,8 @@ typically involve running subsets of the tests with commands like these:
|
||||
|
||||
```
|
||||
./tools/lint zerver/lib/actions.py # Lint the file you just changed
|
||||
./tools/test-backend zerver.tests.test_markdown.BugdownTest.test_inline_youtube
|
||||
./tools/test-backend BugdownTest # Run `test-backend --help` for more options
|
||||
./tools/test-backend zerver.tests.test_markdown.MarkdownTest.test_inline_youtube
|
||||
./tools/test-backend MarkdownTest # Run `test-backend --help` for more options
|
||||
./tools/test-js-with-casper 09-navigation.js
|
||||
./tools/test-js-with-node utils.js
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user