(fixtures)
| 58 | |
| 59 | |
| 60 | def disabled_test_multi_chain(fixtures): |
| 61 | lines = [16] |
| 62 | matches = render_lines(lines) |
| 63 | fixtures.scan_and_match('pyt_examples/multi_chain.py', matches) |
| 64 | |
| 65 | |
| 66 | def test_path_traversal(fixtures): |
nothing calls this directly
no test coverage detected