Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_check_is_hashable():
assert check_is_hashable(1) is True
assert check_is_hashable([1,2,3]) is False
def test_check_is_hashable():
assert check_is_hashable(1) is True
assert check_is_hashable([1,2,3]) is False