()
| 22 | |
| 23 | |
| 24 | def test_render_priority(): |
| 25 | assert wbxml.render_priority( |
| 26 | b"data", Metadata(content_type="application/vnd.wap.wbxml") |
| 27 | ) |
| 28 | assert wbxml.render_priority( |
| 29 | b"data", Metadata(content_type="application/vnd.ms-sync.wbxml") |
| 30 | ) |
| 31 | assert not wbxml.render_priority(b"data", Metadata(content_type="text/plain")) |
nothing calls this directly
no test coverage detected
searching dependent graphs…