Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from .helper import hopper
def test_sanity():
data = hopper().tobytes()
assert isinstance(data, bytes)