get_file_sizes

asdf.tests.helpers.get_file_sizes(dirname)[source]

Get the file sizes in a directory.

Parameters
dirnamestring

Path to a directory

Returns
sizesdict

Dictionary of (file, size) pairs.