(panel, expected)
| 39 | |
| 40 | @pytest.mark.parametrize("panel,expected", zip(tests, expected)) |
| 41 | def test_render_panel(panel, expected) -> None: |
| 42 | assert render(panel) == expected |
| 43 | |
| 44 | |
| 45 | def test_console_width() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…