(fixtures)
| 52 | |
| 53 | |
| 54 | def test_list_append(fixtures): |
| 55 | lines = [13] |
| 56 | matches = render_lines(lines) |
| 57 | fixtures.scan_and_match('pyt_examples/list_append.py', matches) |
| 58 | |
| 59 | |
| 60 | def disabled_test_multi_chain(fixtures): |
nothing calls this directly
no test coverage detected