(fixtures)
| 34 | |
| 35 | |
| 36 | def test_ensure_saved_scope(fixtures): |
| 37 | lines = [20] |
| 38 | matches = render_lines(lines) |
| 39 | fixtures.scan_and_match('pyt_examples/ensure_saved_scope.py', matches) |
| 40 | |
| 41 | |
| 42 | def test_inter_command_injection(fixtures): |
nothing calls this directly
no test coverage detected