The debugger doesn't run doctests, probably because it's instructed not to trace into modules (like testmod). Would however be highly relevant if student code were still traced while running the doctests. Of course we do not want to trace running the functionality of the `testmod' module itself.
The debugger doesn't run doctests, probably because it's instructed not to trace into modules (like
testmod). Would however be highly relevant if student code were still traced while running the doctests. Of course we do not want to trace running the functionality of the `testmod' module itself.