From 610709c2ff35263741ca6e41c3648439806b564a Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 2 Jul 2013 13:00:40 +0530 Subject: changes made --- testapp/code_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/code_server.py') 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 (`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. -- cgit