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