(self)
| 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}) |
nothing calls this directly
no outgoing calls
no test coverage detected