()
| 135 | nt.assert_is_none(img._repr_jpeg_()) |
| 136 | |
| 137 | def _get_inline_config(): |
| 138 | from ipykernel.pylab.config import InlineBackend |
| 139 | return InlineBackend.instance() |
| 140 | |
| 141 | @dec.skip_without('matplotlib') |
| 142 | def test_set_matplotlib_close(): |
no outgoing calls
no test coverage detected