summaryrefslogtreecommitdiff
path: root/testapp/exam/xmlrpc_clients.py
diff options
context:
space:
mode:
authorankitjavalkar2015-04-07 15:34:42 +0530
committerankitjavalkar2015-04-26 19:46:00 +0530
commit11489a740a020f0401ce04c0b1a52f6bef31257e (patch)
tree91e11372a8984fb9ac1836cdf1f66eb9ea7beca4 /testapp/exam/xmlrpc_clients.py
parent28ba37e907553aeac3841e221853683b9171f0db (diff)
downloadonline_test-11489a740a020f0401ce04c0b1a52f6bef31257e.tar.gz
online_test-11489a740a020f0401ce04c0b1a52f6bef31257e.tar.bz2
online_test-11489a740a020f0401ce04c0b1a52f6bef31257e.zip
Code review - changes as per code review discussion
- make loop in consolidate_test_cases more readable - split signal handler func definition into three seperate func - pass seperate kwargs to TestCode class - unpack json in CodeServer class and then pass to TestCode
Diffstat (limited to 'testapp/exam/xmlrpc_clients.py')
-rw-r--r--testapp/exam/xmlrpc_clients.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/xmlrpc_clients.py b/testapp/exam/xmlrpc_clients.py
index bbd6110..2b0f0fa 100644
--- a/testapp/exam/xmlrpc_clients.py
+++ b/testapp/exam/xmlrpc_clients.py
@@ -54,7 +54,7 @@ class CodeServerProxy(object):
-------
A json string of a dict: {success: success, err: error message}.
"""
- # method_name = self.methods[language]
+
try:
server = self._get_server()
result = server.checker(info_parameter, user_dir)