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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19192>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to