# This is the 1st commit message:
testRender.py Python3 refactor
# The commit message #2 will be skipped:
# Popen -> subprocess.run
# The commit message #3 will be skipped:
# split subprocess args
# The commit message #4 will be skipped:
# map -> list comprehension
# The commit message #5 will be skipped:
# optparse->argparse
# The commit message #6 will be skipped:
# factor out CLI parsing from main logic
# The commit message #7 will be skipped:
# fix backwards verbose/quiet behaviour