()
| 40 | |
| 41 | |
| 42 | def test_render_priority(): |
| 43 | assert css.render_priority(b"data", Metadata(content_type="text/css")) |
| 44 | assert not css.render_priority(b"data", Metadata(content_type="text/plain")) |
nothing calls this directly
no test coverage detected
searching dependent graphs…