experimental: run tests using py.tests

This commit is contained in:
Maximilian Hils
2015-09-21 18:31:30 +02:00
parent 88375ad64a
commit bba5ec7144
11 changed files with 19 additions and 15 deletions

View File

@@ -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