We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73e55f6 + 23926f1 commit 6767c13Copy full SHA for 6767c13
pytest_mpl/plugin.py
@@ -176,6 +176,7 @@ def item_function_wrapper(*args, **kwargs):
176
if filename is None:
177
filename = item.name + '.png'
178
filename = filename.replace('[', '_').replace(']', '_')
179
+ filename = filename.replace('/', '_')
180
filename = filename.replace('_.png', '.png')
181
182
# What we do now depends on whether we are generating the
0 commit comments