We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When graphviz is not installed and pytest is called with --profile-svg, the following line is output at the end of the pytest logs:
--profile-svg
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.
graphviz
dot
The text was updated successfully, but these errors were encountered:
+1, installed graphviz and still no SVG is generated despite seeing: SVG profile in /home/..../project/prof/combined.svg.
Sorry, something went wrong.
Here, combinved.svg was created after installing graphviz.
combinved.svg
No branches or pull requests
When graphviz is not installed and pytest is called with
--profile-svg
, the following line is output at the end of the pytest logs:But this file doesn't exist. After installing
graphviz
the svg exists. Please output an error when thedot
command was not found.The text was updated successfully, but these errors were encountered: