summaryrefslogtreecommitdiff
path: root/testapp/test_server.py
diff options
context:
space:
mode:
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'