()
| 143 | eval_formatter_no_slicing_check(f) |
| 144 | |
| 145 | def test_full_eval_formatter(): |
| 146 | f = text.FullEvalFormatter() |
| 147 | eval_formatter_check(f) |
| 148 | eval_formatter_slicing_check(f) |
| 149 | |
| 150 | def test_dollar_formatter(): |
| 151 | f = text.DollarFormatter() |
nothing calls this directly
no test coverage detected