()
| 165 | |
| 166 | |
| 167 | def test_pygments_syntax_theme() -> None: |
| 168 | style = PygmentsSyntaxTheme(class="st">"default") |
| 169 | assert style.get_style_for_token(class="st">"abc") == Style.parse(class="st">"none") |
| 170 | |
| 171 | |
| 172 | def test_get_line_color_none() -> None: |
nothing calls this directly
no test coverage detected