()
| 79 | |
| 80 | |
| 81 | def test_cell_length(): |
| 82 | assert Content("").cell_length == 0 |
| 83 | assert Content("foo").cell_length == 3 |
| 84 | assert Content("💩").cell_length == 2 |
| 85 | |
| 86 | |
| 87 | def test_stylize() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…