Home | History | Annotate | Download | only in test

Lines Matching refs:splitlines

598         diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
599 pprint.pformat(seq2).splitlines()))