Searched refs:expected_warning (Results 1 – 2 of 2) sorted by relevance
150 def test_cast_value(zephyr_base, value, typestr, expected, expected_warning): argument160 if expected_warning:161 warn_mock.assert_called_once_with(*expected_warning, stacklevel=mock.ANY)
582 expected_warning = True590 res = testinstance.calculate_sizes(from_buildlog, expected_warning)597 generate_warning=expected_warning