Skip to content

Commit 5df16e3

Browse files
committed
#5 Validate fuzzy test
Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent 0bd0b65 commit 5df16e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ def test_fuzzy_patch(self):
430430
shutil.copytree(join(TESTS, '10fuzzy'), treeroot)
431431
pto = patch_ng.fromfile(join(TESTS, '10fuzzy/10fuzzy.patch'))
432432
self.assertTrue(pto.apply(root=treeroot, fuzz=True))
433+
self.assertFalse(pto.apply(root=treeroot, fuzz=False))
433434

434435

435436
class TestHelpers(unittest.TestCase):

0 commit comments

Comments
 (0)