mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
3efff81a5c
Previously the `once_per_instance` used the output of `__repr__` to identify the class of where the decorated method was called from. For classes that override this method to produce the same output for different instances of the same class this caused different instances to be mistakenly treated as one. Now use the hash of the containing class instead of the string representation and update the tests to catch this error. |
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
test_agenda.py | ||
test_config.py | ||
test_diff.py | ||
test_exec_control.py | ||
test_plugin.py | ||
test_runtime_param_utils.py | ||
test_signal.py | ||
test_utils.py |