Hi
Did somebody have the same idea to use CodeRunner as IDE to submit code to Moodle without testing it against testcases?
I tried to delete following lines in the builtin python3 template:
{% for TEST in TESTCASES %}
{{ TEST.testcode }}
{% if not loop.last %}
print(SEPARATOR)
{% endif %}
{% endfor %}
Thanks for some advice,
Adrian