644
609
[([('name1',)], 'body1'), ([('name2',)], 'body2')],
645
610
parser.read_pending_records())
657
[([('name1',)], ''), ([('name2',)], '')],
661
613
class TestContainerPushParserBytesParsing(PushParserTestCase):
662
614
"""Tests for reading Bytes records with ContainerPushParser.
664
616
The ContainerPushParser reads format 1 containers, so these tests
665
617
explicitly test how it reacts to format 1 data. If a new version of the
666
618
format is added, then separate tests for that format should be added.