We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd0b65 commit 5df16e3Copy full SHA for 5df16e3
tests/run_tests.py
@@ -430,6 +430,7 @@ def test_fuzzy_patch(self):
430
shutil.copytree(join(TESTS, '10fuzzy'), treeroot)
431
pto = patch_ng.fromfile(join(TESTS, '10fuzzy/10fuzzy.patch'))
432
self.assertTrue(pto.apply(root=treeroot, fuzz=True))
433
+ self.assertFalse(pto.apply(root=treeroot, fuzz=False))
434
435
436
class TestHelpers(unittest.TestCase):
0 commit comments