SIRF
SIRF copied to clipboard
`pytest`
We should not be using os.system in examples/Python/PET/run_all.py. At a minimum we should use subprocess.check_output or even better just pytest (instead of reinventing a testing framework).