Lines Matching full:testline
274 testline = testlines.pop(0)
280 if line != testline:
282 "failed. Got %r, expected %r" % (line, testline))
283 testline = testlines.pop(0)
284 buf = array("b", b"\x00" * len(testline))
291 if line != testline:
293 "failed. Got %r, expected %r" % (line, testline))
295 testline = testlines.pop(0)
297 line = f.read(len(testline))
301 if line != testline:
303 "failed. Got %r, expected %r" % (line, testline))
311 "failed. Got %r, expected %r" % (line, testline))