Commit 04806dae authored by Denis Bilenko's avatar Denis Bilenko

test__server.py: minor check

--HG--
extra : transplant_source : %26%FCzQ%D6u%B3C%82%E9%00%E7%DF%95%03D%0C%0C%00%3C
parent 872cbc60
......@@ -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