Let\'s say I have a function like so:
def f(x): return (1, 2, 3)
If I want to unit test that the return type is a tuple, I can use assert