MCPcopy Create free account
hub / github.com/ipython/traitlets / test_default_value

Method test_default_value

tests/test_traitlets.py:1261–1263  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1259 assert False, value # noqa: PT015
1260
1261 def test_default_value(self):
1262 if hasattr(self, "_default_value"):
1263 self.assertEqual(self._default_value, self.obj.value) # type:ignore
1264
1265 def test_allow_none(self):
1266 if (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected