8000
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.
test
1 parent 7aa5561 commit f49d412Copy full SHA for f49d412
plotly/tests/test_core/test_image/test_image.py
@@ -63,6 +63,6 @@ def _test(self):
63
64
_test = test_generator(*args)
65
arg_string = ', '.join([str(a) for a in args])
66
- test_name = test_generator.__name__.replace('generate', 'test')
+ test_name = test_generator.__name__.replace('_generate', 'test')
67
test_name += '({})'.format(arg_string)
68
setattr(TestImage, test_name, _test)
0 commit comments