aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-03 11:47:07 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-03 11:47:07 +1200
commitc5076f5e019b73ec2f6efea5a4bafed90423df8f (patch)
treecf8bcd7ee0da0be6e7a5b3ae673ecc323b0af66c /test
parentc6d15904f3e3a54690637990525da0b53ff1e299 (diff)
downloadmitmproxy-c5076f5e019b73ec2f6efea5a4bafed90423df8f.tar.gz
mitmproxy-c5076f5e019b73ec2f6efea5a4bafed90423df8f.tar.bz2
mitmproxy-c5076f5e019b73ec2f6efea5a4bafed90423df8f.zip
Implement a service connection handler counter, use it in Pathod test suite
Lots of failures, but that's a good thing.
Diffstat (limited to 'test')
-rw-r--r--test/pathod/tutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pathod/tutils.py b/test/pathod/tutils.py
index a99a2fd3..e674812b 100644
--- a/test/pathod/tutils.py
+++ b/test/pathod/tutils.py
@@ -64,6 +64,7 @@ class DaemonTests(object):
shutil.rmtree(cls.confdir)
def teardown(self):
+ self.d.wait_for_silence()
if not (self.noweb or self.noapi):
self.d.clear_log()