092cbb2af4
Before test_hot_package file used lists for testing which files were generated. This could potentially lead to false negatives, as os.walk returns file names in arbitrary order. This commit replaces lists with sets to mitigate the problem. Renames _build_hot_resources_dict as it does not return a dict. Change-Id: I348d5c5bbf0db0d4d734d07a5449e6f3d171fcbf Closes-Bug: #1494722 |
||
---|---|---|
.. | ||
__init__.py | ||
exceptions.py | ||
hot_package.py | ||
load_utils.py | ||
mpl_package.py | ||
package_base.py | ||
package.py |