From d32d6bc5e3cafaa51556da0690f6835cd1b319dc Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 19 Feb 2012 00:17:47 +1300 Subject: Add "p" key binding to connection list view to copy a flow. --- test/test_flow.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_flow.py') diff --git a/test/test_flow.py b/test/test_flow.py index fe84be53..3e126263 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -500,7 +500,9 @@ class uFlowMaster(libpry.AutoTree): fm.load_flow(f) assert s.flow_count() == 1 f2 = fm.duplicate_flow(f) + assert f2.response assert s.flow_count() == 2 + assert s.index(f2) def test_all(self): s = flow.State() -- cgit v1.2.3