Lines Matching refs:output
133 # Verify that output matches expected output.
135 output = fobj.read()
136 self.assertEqualJSON(self.p5i_bobcat, output)
233 # Verify that output matches expected output.
235 output = fobj.read()
236 self.assertEqualJSON(expected, output)
239 pub, pkg_names = p5i.parse(data=output)[0]
280 # Verify that output matches expected output.
282 output = fobj.read()
283 self.assertEqualJSON(expected, output)
287 pub, pkg_names = p5i.parse(data=output)[0]