(anim)
| 276 | indirect=['anim'] |
| 277 | ) |
| 278 | def test_no_length_frames(anim): |
| 279 | anim.save('unused.null', writer=NullMovieWriter()) |
| 280 | |
| 281 | |
| 282 | @pytest.mark.skipif(sys.platform == 'emscripten', |
nothing calls this directly
no test coverage detected
searching dependent graphs…