Running ``` /bin/sh $ for t in $(ls *.py) do pytest $t done ``` does not cause pytest to show any figure (expected behaviour). In contract, running ```pytest``` or ```pytest *.py``` shows all figures.
Running
does not cause pytest to show any figure (expected behaviour).
In contract, running
pytestorpytest *.pyshows all figures.