mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
test-backend: Remove outdated reference to MarkdownTest class.
The tests and test classes have been slightly renamed over time.
This commit is contained in:
@@ -33,8 +33,8 @@ typically involve running subsets of the tests with commands like these:
|
||||
|
||||
```bash
|
||||
./tools/lint zerver/models/__init__.py # Lint the file you just changed
|
||||
./tools/test-backend zerver.tests.test_markdown.MarkdownTest.test_inline_youtube
|
||||
./tools/test-backend MarkdownTest # Run `test-backend --help` for more options
|
||||
./tools/test-backend zerver.tests.test_markdown.MarkdownEmbedsTest.test_inline_youtube
|
||||
./tools/test-backend MarkdownEmbedsTest # Run `test-backend --help` for more options
|
||||
./tools/test-js-with-node util
|
||||
# etc.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user