When graphviz is not installed and pytest is called with `--profile-svg`, the following line is output at the end of the pytest logs: ``` SVG profile in /home/..../myproj/prof/combined.svg. ``` But this file doesn't exist. After installing `graphviz` the svg exists. Please output an error when the `dot` command was not found.