[Python-Dev] test_socketserver fails
Tim Peters
tim.one@home.com
Mon, 17 Sep 2001 16:09:23 -0400
While I can't check it in, I fiddled test_socketserver to use test_main()
too, and now it runs fine when run via regrtest (but does not, and cannot be
made to, run as a side-effect of getting imported -- requires
>>> from test import test_socketserver
>>> test_socketserver.test_main()
instead, if you want to do it that way).
My question now is *should* it run under regrtest by default? Or should it
require the network resource (regrtest "-u network")? On Win98SE, it takes
about 20 seconds to run.