()
| 138 | nt.assert_equal(s, "[1, 2]") |
| 139 | |
| 140 | def test_eval_formatter(): |
| 141 | f = text.EvalFormatter() |
| 142 | eval_formatter_check(f) |
| 143 | eval_formatter_no_slicing_check(f) |
| 144 | |
| 145 | def test_full_eval_formatter(): |
| 146 | f = text.FullEvalFormatter() |
nothing calls this directly
no test coverage detected