Commit b10b3f30 authored by Denis Bilenko's avatar Denis Bilenko

test__server.py: minor check

parent 3775ebcc
......@@ -211,6 +211,8 @@ class TestDefaultSpawn(TestCase):
def test_subclass_with_socket(self):
self.server = self.ServerSubClass(self.get_listener())
# the connection won't be refused, because there exists a listening socket, but it won't be handled also
self.assertNotAccepted()
self.server.reuse_addr = 1
self._test_server_start_stop(restartable=True)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment