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
This code fails if there are blank lines in the __main__ if statement (as in the linked submission). If you use the python tutor on the linked submission you will see that there is a lost doctest.testmod() in the code shown in the tutor.
Expected behaviour is that the doctest.testmod() is stripped as well (or the tutor setting __name__ to something else than "__main__" would work as well I guess).
For example: https://dodona.ugent.be/nl/submissions/10253786/
The text was updated successfully, but these errors were encountered: