summaryrefslogtreecommitdiff
path: root/python/problems/introduction/fahrenheit_to_celsius/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-18Use "Moreā€¦" hints in fahrenheit_to_celsiusTimotej Lazar
2015-09-15Improved hints for pythagorean theorem.Martin
2015-09-15Changes to text in Fahrneheit exercise.Martin
2015-09-15Update hints for python/fahrenheit_to_celsiusTimotej Lazar
2015-09-14Completed description of Fahrenheit.Martin
Added new exercises Pythagorean theorem.
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
2015-09-03Pass the session object to test and hint functionsTimotej Lazar
2015-09-03Adapt to changes in Python runnerTimotej Lazar
2015-08-31Add the first Python problem definitionTimotej Lazar