1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/tests
Sergei Trofimov a9959550af utils/types: better enum class member setting
- What used to be enum.values is now enum.levels.
- Add enum.names and enum.values that are lists of enum's levels' names
  and values respectively.
- Add a check on creation to make sure that provided level names do not
  conflict with the atomatically created members.
2017-08-09 15:59:20 +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 utils/types: better enum class member setting 2017-08-09 15:59:20 +01:00