Home | History | Annotate | Download | only in unittest2

Lines Matching defs:difflib

4 import difflib
198 # by assert methods using difflib. It is looked up as an instance attribute
746 difflib.ndiff(pprint.pformat(seq1).splitlines(),
857 diff = ('\n' + '\n'.join(difflib.ndiff(
937 diff = '\n' + ''.join(difflib.ndiff(first.splitlines(True),