mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
tests: Use subTest in test_bugdown_fixtures.
This commit is contained in:
@@ -302,6 +302,7 @@ class BugdownTest(ZulipTestCase):
|
|||||||
else:
|
else:
|
||||||
converted = bugdown_convert(test['input'])
|
converted = bugdown_convert(test['input'])
|
||||||
|
|
||||||
|
with self.subTest(markdown_test_case=name):
|
||||||
print("Running Bugdown test %s" % (name,))
|
print("Running Bugdown test %s" % (name,))
|
||||||
self.assertEqual(converted, test['expected_output'])
|
self.assertEqual(converted, test['expected_output'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user