I'm suddenly running into an issue where docstring tests like this:
""" >>> g = 5 >>> g 5 """
Would run and look like this:
... Installing Index for ModeName .... 5... Failed example: g Expected: 5 Got nothing
In short, it's printing out the expected results instead of returning them! What would cause something like this? I've been digging for hours.