Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9e0ece

Browse files
authored
Merge pull request #6757 from tacaswell/tst_regenerate_default_style_images
TST: update and enable 'default' style tests
2 parents 4e507ae + 6d62edc commit b9e0ece

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+420
-513
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ def remove_text(figure):
214214

215215
def test(self):
216216
baseline_dir, result_dir = _image_directories(self._func)
217-
if self._style != 'classic':
218-
raise KnownFailureTest('temporarily disabled until 2.0 tag')
219217
for fignum, baseline in zip(plt.get_fignums(), self._baseline_images):
220218
for extension in self._extensions:
221219
will_fail = not extension in comparable_formats()
Binary file not shown.
Loading

0 commit comments

Comments
 (0)