()
| 90 | |
| 91 | |
| 92 | def test_full_eval_formatter(): |
| 93 | f = text.FullEvalFormatter() |
| 94 | eval_formatter_check(f) |
| 95 | eval_formatter_slicing_check(f) |
| 96 | eval_formatter_list_comprehension_check(f) |
| 97 | |
| 98 | |
| 99 | def test_dollar_formatter(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…