65
65
def test_parse_patches_file_modified_header(self):
66
66
"""Parse a patch containing a file modified header"""
67
67
# https://bugs.launchpad.net/bzr/+bug/1400567
69
68
lines = ["=== modified file 'orig/commands.py'\n",
70
69
"--- orig/commands.py\n",
79
75
def testValidPatchHeader(self):
80
76
"""Parse a valid patch header"""