mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-28 15:35:02 +08:00
experimental: run tests using py.tests
This commit is contained in:
@@ -106,6 +106,7 @@ class Master(object):
|
||||
while True:
|
||||
msg = q.get(timeout=timeout)
|
||||
self.handle(*msg)
|
||||
q.task_done()
|
||||
changed = True
|
||||
except Queue.Empty:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user