tests: stray socket file left during unix_test.

This commit is contained in:
David Wilson 2019-01-20 07:15:53 +00:00
parent cce1dbf3b1
commit 6592598999
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class ListenerTest(testlib.RouterMixin, testlib.TestCase):
finally:
capture.stop()
class ClientTest(testlib.TestCase):
klass = mitogen.unix.Listener
@ -97,6 +98,7 @@ class ClientTest(testlib.TestCase):
self.assertEquals(0, resp['auth_id'])
router.broker.shutdown()
router.broker.join()
os.unlink(path)
def _test_simple_server(self, path):
router = mitogen.master.Router()