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

Skip to content

Commit e0f074e

Browse files
committed
revised test name for animation format check
1 parent f2a5de4 commit e0f074e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/tests/test_rcparams.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,10 @@ def test_Issue_1713(tmpdir):
204204
assert rc.get('timezone') == 'UTC'
205205

206206

207-
def test_Issue_17908():
207+
def test_animation_frame_formats():
208208
# Animation frame_format should allow any of the following
209209
# if any of these are not allowed, an exception will be raised
210+
# test for gh issue #17908
210211
for fmt in ['png', 'jpeg', 'tiff', 'raw', 'rgba', 'ppm',
211212
'sgi', 'bmp', 'pbm', 'svg']:
212213
mpl.rcParams['animation.frame_format'] = fmt

0 commit comments

Comments
 (0)