Mock

Python testing tip: need a quick way to mock a function? Use list.pop!

get_number = [3, 2, 1].pop