1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00
workload-automation/tests
Sergei Trofimov 6ee40c2170 utils/types: implement __ne__ for level
This should have been handled by the @total_ordering decorator, but
isn't due to

        https://bugs.python.org/issue25732

(briefly, total_ordering is back-ported from Python 3, where the base
object provides the default implementation of __ne__ based on __eq__, so
total_ordering did not override it; this, however does not happen in
Python 2).

Also update unit tests to catch this edge case.
2018-06-14 15:04:56 +01:00
..
data tests/agenda_parser: Update agenda tests to the AgendaParser 2018-05-24 11:49:10 +01:00
__init__.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_agenda_parser.py tests/agenda_parser: Update agenda tests to the AgendaParser 2018-05-24 11:49:10 +01:00
test_config.py tests: moved out of wa package 2017-04-27 17:36:44 +01:00
test_diff.py utils/diff: fix diff_interrupt_files on Python 2 2018-06-14 15:04:56 +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: implement __ne__ for level 2018-06-14 15:04:56 +01:00