for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
import subprocess
def test_main():
assert subprocess.check_output(["nameless", "foo", "foobar"], text=True) == "foobar\n"