You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_function_definition() is responsible for a lot of code in pythonwhat. If we get rid of this function, we can remove call() and test_function_definition() from the API. This would involve rewriting some SCTs though, for 39 exercises to be precise:
test_function_definition()
is responsible for a lot of code inpythonwhat
. If we get rid of this function, we can removecall()
andtest_function_definition()
from the API. This would involve rewriting some SCTs though, for 39 exercises to be precise:Not the most fun work, but it would make future maintenance and understanding of the package a lot easier.
The text was updated successfully, but these errors were encountered: