MCPcopy Create free account
hub / github.com/bugy/script-server / test_int_value

Method test_int_value

src/tests/model_helper_test.py:626–631  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

624 self.assertEqual(value, actual_value)
625
626 def test_int_value(self):
627 self.assertRaisesRegex(
628 InvalidValueTypeException,
629 'should be a datetime',
630 model_helper.read_datetime_from_config,
631 'p1', {'p1': 12345})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected