SIRF icon indicating copy to clipboard operation
SIRF copied to clipboard

`pytest`

Open casperdcl opened this issue 5 months ago • 0 comments

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).

casperdcl avatar Jul 07 '25 16:07 casperdcl