Skip to content

Commit

Permalink
Enabled by default the word diff mode
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Sep 7, 2019
1 parent 671db28 commit ef14332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/debug_tools/testing_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class TestingUtilities(unittest.TestCase):
maxDiff = None

## Whether `characters diff=0`, `words diff=1` or `lines diff=2` will be used
diffMode = 0
diffMode = 1

def __init__(self, *args, **kwargs):
diffMode = kwargs.pop('diffMode', -1)
Expand Down

0 comments on commit ef14332

Please sign in to comment.