for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
def test_unpack():
from structured_data import _unpack
# This needs a much better test
assert _unpack.unpack(()) is ()