summaryrefslogtreecommitdiff
path: root/testapp/test_server.py
diff options
context:
space:
mode:
authorprathamesh2013-07-03 14:10:51 +0530
committerprathamesh2013-07-03 14:10:51 +0530
commit7b18a329a2692d3f85fbe71fa99ceee9838b85c8 (patch)
tree6104cea3d6682e8d101da7f44ad645e7e00fc4f1 /testapp/test_server.py
parent781842c523ccf11b85e0be06e884b2cd585f3cb9 (diff)
downloadonline_test-7b18a329a2692d3f85fbe71fa99ceee9838b85c8.tar.gz
online_test-7b18a329a2692d3f85fbe71fa99ceee9838b85c8.tar.bz2
online_test-7b18a329a2692d3f85fbe71fa99ceee9838b85c8.zip
variable name changed
Diffstat (limited to 'testapp/test_server.py')
-rw-r--r--testapp/test_server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/test_server.py b/testapp/test_server.py
index 924a6c5..5c88d73 100644
--- a/testapp/test_server.py
+++ b/testapp/test_server.py
@@ -16,6 +16,7 @@ def check_result(result, check='correct answer'):
assert result[0], result[1]
assert check in result[1].lower(), result[1]
+
def test_python():
"""Test if server runs Python code as expected."""
src = 'while True: pass'