diff options
Diffstat (limited to 'testapp')
-rwxr-xr-x | testapp/code_server.py | 2 |
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. |