summaryrefslogtreecommitdiff
path: root/prolog/sl.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-22 12:03:57 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-22 12:03:57 +0200
commit5a6237fc92fc57f87fe3f11144e4ade5baa96350 (patch)
treeb251950bc601780ff30d7097711fcdfa014420b0 /prolog/sl.py
parent0d45ae47238808ac4659a81c7dc94aba88c810f5 (diff)
Update test functions for existing problems
The test function is now expected to return a boolean indicating whether the program is correct and a list of hint objects.
Diffstat (limited to 'prolog/sl.py')
-rw-r--r--prolog/sl.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/prolog/sl.py b/prolog/sl.py
index 731eff3..b341f66 100644
--- a/prolog/sl.py
+++ b/prolog/sl.py
@@ -11,6 +11,10 @@ hint = {
<p>Definicija norosti: poskušati isto in pričakovati drugačen rezultat.</p>
'''],
+ 'system_error': ['''\
+<p><span style="color: red;">Sistemska napaka:</span> [%=message%].</p>
+'''],
+
'test_results': '''\
<p>Program je opravil [%=passed%] / [%=total%] testov.</p>
''',