[New-bugs-announce] [issue19192] Move test_current_time from test_xmlrpc_net to test_xmlrpc

Vajrasky Kok report at bugs.python.org
Tue Oct 8 18:26:11 CEST 2013


New submission from Vajrasky Kok:

Currently, the test_current_time is idle because the server (time.xmlrpc.com) that it requires is dead (at the moment being and no end in sight).

The patch moved the test from Lib/test/test_xmlrpc_net.py to Lib/test/test_xmlrpc.py and simulate the time.xmlrpc.com server using http_server's TestInstanceClass.

----------
components: Tests
files: move_current_time_test_from_xmlrpc_net_to_xmlrpc.patch
keywords: patch
messages: 199218
nosy: r.david.murray, vajrasky
priority: normal
severity: normal
status: open
title: Move test_current_time from test_xmlrpc_net to test_xmlrpc
versions: Python 3.4
Added file: http://bugs.python.org/file32000/move_current_time_test_from_xmlrpc_net_to_xmlrpc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19192>
_______________________________________


More information about the New-bugs-announce mailing list