MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / _test

Method _test

tensorboard/plugin_util_test.py:78–80  ·  view source on GitHub ↗
(self, markdown_string, expected)

Source from the content-addressed store, hash-verified

76
77class MarkdownToSafeHTMLTest(tb_test.TestCase):
78 def _test(self, markdown_string, expected):
79 actual = plugin_util.markdown_to_safe_html(markdown_string)
80 self.assertEqual(expected, actual)
81
82 def test_empty_input(self):
83 self._test("", "")

Calls

no outgoing calls

Tested by

no test coverage detected