1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00
workload-automation/tests
Marc Bonnici 3efff81a5c utils/exec_control: Fix issue with once_per_instance decorator
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.
2018-05-22 17:18:40 +01:00
..
data tests: moved out of wa package 2017-04-27 17:36:44 +01:00
__init__.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_agenda.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_config.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_diff.py tests/test_diff: Update instrumentation reference. 2018-05-21 10:26:28 +01:00
test_exec_control.py utils/exec_control: Fix issue with once_per_instance decorator 2018-05-22 17:18:40 +01:00
test_plugin.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_runtime_param_utils.py tests: Update use of devlib cpufreq API 2017-12-07 15:37:49 +00:00
test_signal.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_utils.py utils/types: better enum class member setting 2017-08-09 15:59:20 +01:00