()
| 62 | |
| 63 | |
| 64 | def test_use(): |
| 65 | mpl.rcParams[PARAM] = 'gray' |
| 66 | with temp_style('test', DUMMY_SETTINGS): |
| 67 | with style.context('test'): |
| 68 | assert mpl.rcParams[PARAM] == VALUE |
| 69 | |
| 70 | |
| 71 | def test_use_url(tmp_path): |
nothing calls this directly
no test coverage detected
searching dependent graphs…