• Show log

    Commit

  • Hash : 0ac8c15e
    Author : Ross Burton
    Date : 2022-12-06T15:48:55

    python/tests/reader2: use absolute paths everywhere
    
    The expected errors contain an relative path, but the messages from the
    parser contain absolute paths.  However, due to the tests not actually
    failing if there was an error this wasn't noticed.
    
    Instead of putting relative paths in the expected messages use format()
    to embed the correct absolute path.
    
    Also use os.path.join() consistently when constructing paths to ensure
    uniformly formatted paths.