summaryrefslogtreecommitdiff
path: root/testapp
diff options
context:
space:
mode:
authorprathamesh2013-07-02 13:00:40 +0530
committerprathamesh2013-07-02 13:00:40 +0530
commit610709c2ff35263741ca6e41c3648439806b564a (patch)
tree6719dd80821321938e001f4ac1232f2401985ef7 /testapp
parent8a3016a88af5c4a09e8b5683f1e305e9100f3562 (diff)
downloadonline_test-610709c2ff35263741ca6e41c3648439806b564a.tar.gz
online_test-610709c2ff35263741ca6e41c3648439806b564a.tar.bz2
online_test-610709c2ff35263741ca6e41c3648439806b564a.zip
changes made
Diffstat (limited to 'testapp')
-rwxr-xr-xtestapp/code_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/code_server.py b/testapp/code_server.py
index 2fdd11f..d6ae75d 100755
--- a/testapp/code_server.py
+++ b/testapp/code_server.py
@@ -293,7 +293,7 @@ class CodeServer(object):
return False, err
def run_c_code(self, answer, test_code, in_dir=None):
- """Tests given C code<F12> (`answer`) with the `test_code` supplied.
+ """Tests given C code (`answer`) with the `test_code` supplied.
The testcode is a path to the reference code.
The reference code will call the function submitted by the student.