1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/tests
Marc Bonnici 91c49d9e95 ExecControl: Fixes bug with inheritance
Previously there was no differentiation between the same method at different
inheritance levels, therefore using the once_per_instance_decorator with super call would
prevent the super call from executing as they were considered the same
instance.
2017-07-10 11:08:43 +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: moved out of wa package 2017-04-27 17:36:44 +01:00
test_exec_control.py ExecControl: Fixes bug with inheritance 2017-07-10 11:08:43 +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: moved out of wa package 2017-04-27 17:36:44 +01:00
test_signal.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_utils.py types: make enum levels serializable 2017-06-26 09:13:30 +01:00