mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
irctest.cases: Send QUIT before kill, because after kill we may not be able to send msgs
This commit is contained in:
@ -44,8 +44,8 @@ class BaseClientTestCase(_IrcTestCase):
|
||||
self.controller = self.controllerClass()
|
||||
self._setUpServer()
|
||||
def tearDown(self):
|
||||
self.controller.kill()
|
||||
self.conn.sendall(b'QUIT :end of test.')
|
||||
self.controller.kill()
|
||||
self.conn_file.close()
|
||||
self.conn.close()
|
||||
self.server.close()
|
||||
|
Reference in New Issue
Block a user