MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / testConfigure

Method testConfigure

tensorboard/program_test.py:68–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 )
67
68 def testConfigure(self):
69 tb = program.TensorBoard(
70 plugins=[core_plugin.CorePluginLoader],
71 assets_zip_provider=fake_asset_provider,
72 )
73 tb.configure(logdir="foo")
74 self.assertEqual(tb.flags.logdir, "foo")
75
76 def testConfigure_unknownFlag(self):
77 tb = program.TensorBoard(

Callers

nothing calls this directly

Calls 1

configureMethod · 0.95

Tested by

no test coverage detected