Searched refs:parse_until_pattern_mock (Results 1 – 2 of 2) sorted by relevance
947 def test_begin_header(self, parse_until_pattern_mock): argument955 parse_until_pattern_mock.side_effect = stop964 parse_until_pattern_mock.assert_called_with(stream, END_HEADER_REGEX)968 def test_begin_helper(self, parse_until_pattern_mock): argument976 parse_until_pattern_mock.side_effect = stop986 parse_until_pattern_mock.assert_called_with(stream,