Python · Debugging & Testing
Both `doctest.testmod()` and `unittest.main()` are guarded like this. What breaks if you forget the guard? ``` if __name__ == "__main__": unittest.main() ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
