Searched refs:parse_until_pattern_mock (Results 1 – 1 of 1) sorted by relevance
737 def test_begin_header(self, parse_until_pattern_mock): argument745 parse_until_pattern_mock.side_effect = stop754 parse_until_pattern_mock.assert_called_with(stream, END_HEADER_REGEX)758 def test_begin_helper(self, parse_until_pattern_mock): argument766 parse_until_pattern_mock.side_effect = stop776 parse_until_pattern_mock.assert_called_with(stream,