8000 revised test name for animation format check · matplotlib/matplotlib@e0f074e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e0f074e

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)
0