()
| 151 | |
| 152 | |
| 153 | def test_has_printout_on_root(): |
| 154 | code = "print(1)" |
| 155 | s = setup_state(code, code) |
| 156 | has_printout = v2_check_functions["has_printout"] |
| 157 | s.check_or(has_printout(0), has_printout(0)) |
| 158 | |
| 159 | |
| 160 | def test_has_printout_not_on_root(): |
nothing calls this directly
no test coverage detected