mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
test-backend: Fix spelling of an example in usage text.
This commit is contained in:
@@ -30,7 +30,7 @@ if __name__ == "__main__":
|
||||
test-backend # Runs all backend tests
|
||||
test-backend zerver.tests.test_bugdown # run all tests in a test module
|
||||
test-backend zerver.tests.test_bugdown.BugdownTest # run all tests in a test class
|
||||
test-backend zerver.tests.test_bugdown.BugDownTest.test_inline_youtube # run a single test"""
|
||||
test-backend zerver.tests.test_bugdown.BugdownTest.test_inline_youtube # run a single test"""
|
||||
|
||||
parser = optparse.OptionParser(usage)
|
||||
parser.add_option('--nonfatal-errors', action="store_false", default=True,
|
||||
|
||||
Reference in New Issue
Block a user