From e337682d8e4b36c701ed2c6afede78907a0fe8f2 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 3 Aug 2011 17:35:18 +1200 Subject: Enable "|" command to run a oneshot script on a single flow. --- test/test_flow.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test') diff --git a/test/test_flow.py b/test/test_flow.py index 45aee311..b21f84cd 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -130,14 +130,6 @@ class uServerPlaybackState(libpry.AutoTree): class uFlow(libpry.AutoTree): - def test_run_script(self): - f = tutils.tflow() - f.response = tutils.tresp() - f.request = f.response.request - se = f.run_script("scripts/a") - assert "DEBUG" == se.strip() - assert f.request.host == "TESTOK" - def test_match(self): f = tutils.tflow() f.response = tutils.tresp() -- cgit v1.2.3