def test_drop(): assert d.drop(m("deadbeef")) is None
def test_drop(): assert d.drop(m("deadbeef")) == (None, Unit.NONE)