547
547
class TestContainerPushParser(PushParserTestCase):
549
550
def test_construct(self):
550
551
"""ContainerPushParser can be constructed."""
551
552
pack.ContainerPushParser()
553
554
def test_multiple_records_at_once(self):
554
560
parser = self.make_parser_expecting_record_type()
555
561
parser.accept_bytes("B5\nname1\n\nbody1B5\nname2\n\nbody2")