• Jim Fulton's avatar
    Bugs fixed: · 07a349c4
    Jim Fulton authored
      - Test filenames sometimes had trailing .pyc or .pyo sufixes
        (when module __file__ did).
    
      - Trailing spaces spaces in expected output were dropped.
    
    New default failure format:
    
      - Separation of examples from file info makes examples easier to see
    
      - More vertical separation, improving readability
    
      - Emacs-recognized file info (also closer to Python exception format)
    07a349c4
doctest.py 93.2 KB