You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running tests at my machine and test_binary_diff() fails with following error:
repo = pygit2.Repository('/tmp/pytest/test_binary_diff0/binaryfilerepo/.git/')
def test_binary_diff(repo):
diff = repo.diff('HEAD', 'HEAD^')
assert PATCH_BINARY == diff.patch
diff = repo.diff('HEAD', 'HEAD^', flags=DiffOption.SHOW_BINARY)
> assert PATCH_BINARY_SHOW == diff.patch
E AssertionError: assert 'diff --git a...vrst3ey5{\n\n' == 'diff --git a...vrst3ey5{\n\n'
E Skipping 154 identical leading characters in diff, use -v to show
E teral 8
E - PcwS>j%FIhFs^kIy3n&7R
E ? ^^^^
E + Pc${NM%FIhFs^kIy3n&7R
E ? ^^^^
E ...
The text was updated successfully, but these errors were encountered:
anatol
changed the title
test_binary_diff() fail
test_binary_diff() fails
Jun 7, 2024
I am running tests at my machine and
test_binary_diff()
fails with following error:The text was updated successfully, but these errors were encountered: