• Jon Dufresne's avatar
    Clean up resource warnings during tests · b1e47b43
    Jon Dufresne authored
    When tests are invoked with the Python flag -Wall, warnings appear in
    the form of:
    
      ResourceWarning: unclosed file ...
    
    Close all files and resources deterministically to avoid such warnings.
    Most often, easiest to do using a context manager.
    b1e47b43
test_pkg_resources.py 5.12 KB