summaryrefslogtreecommitdiff
path: root/python/common.py
AgeCommit message (Collapse)Author
2015-09-22Update test functions for existing problemsTimotej Lazar
The test function is now expected to return a boolean indicating whether the program is correct and a list of hint objects.
2015-09-21Added exception text to sl.py.Martin
2015-09-11Replace session parameter with Python run functionTimotej Lazar
In hint and test functions, we don't need any session data except the Python runner.
2015-09-11Add language hints for Python and use Hint classesTimotej Lazar