You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a great idea!
We could control it with a command-line switch, how does this sound? I'm taking a leaf here from pytest's fixture scoping to control what the output is:
py.test test_foo.py # combined output
py.test --profile-scope=session # same as above
py.test --profile-scope=function # one SVG per function
py.test --profile-scope=module # one SVG per module
Hello,
I had to debug some strange warmup behaviors yesterday and I needed to compare two runs (with --count=2) to be able to understand the issue.
More generally, It looks like a nice addition to be able to have one svg output per test.
What is your view on that?
Ben
The text was updated successfully, but these errors were encountered: