(tdata, console)
| 1 | def test_integration(tdata, console): |
| 2 | console.type( |
| 3 | f":view.flows.load {tdata.path('mitmproxy/data/dumpfile-7.mitm')}<enter>" |
| 4 | ) |
| 5 | console.type("<enter><tab><tab>") |
| 6 | console.type("<space><tab><tab>") # view second flow |
| 7 | assert "http://example.com/" in console.screen_contents() |
| 8 | |
| 9 | |
| 10 | def test_options_home_end(console): |
nothing calls this directly
no test coverage detected
searching dependent graphs…