From aab45078adfdf143722aa021c7d7ad1b2eb61ed3 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 9 Jul 2012 11:03:55 +1200 Subject: Unit test request replay thread. This is a small patch, but is the culmination of lots of work: we can now unit test the deep innards of mitmproxy, with coverage. There's a lot more to come in this vein. --- libmproxy/flow.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libmproxy/flow.py') diff --git a/libmproxy/flow.py b/libmproxy/flow.py index 17e88bc1..53644fb1 100644 --- a/libmproxy/flow.py +++ b/libmproxy/flow.py @@ -1382,6 +1382,7 @@ class FlowMaster(controller.Master): self.masterq, ) rt.start() # pragma: no cover + return rt def run_script_hook(self, name, *args, **kwargs): if self.script and not self.pause_scripts: -- cgit v1.2.3