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