8000 Make baseline image for testing single_dash pattern in collections.p… · matplotlib/matplotlib@14fe5db · GitHub
[go: up one dir, main page]

Skip to content

Commit 14fe5db

Browse files
committed
Make baseline image for testing single_dash pattern in collections.py seperate image (to allow multiprocess testing...) and remove text
1 parent 31b7b91 commit 14fe5db

File tree

4 files changed

+228
-1
lines changed

4 files changed

+228
-1
lines changed
Loading
Lines changed: 226 additions & 0 deletions
Loading

lib/matplotlib/tests/test_collections.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ def test__EventCollection__set_linestyle():
325325
splt.set_title('EventCollection: set_linestyle')
326326

327327

328-
@image_comparison(baseline_images=['EventCollection_plot__set_linestyle'])
328+
@image_comparison(baseline_images=['EventCollection_plot__set_ls_dash'],
329+
remove_text=True)
329330
def test__EventCollection__set_linestyle_single_dash():
330331
'''
331332
check to make sure set_linestyle accepts a single dash pattern

0 commit comments

Comments
 (0)
0