Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: bc52238258abf14c850277246e65befc3e899202
https://github.com/tribe29/checkmk/commit/bc52238258abf14c850277246e65befc3…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M cmk/base/checkers/_abstract.py
M cmk/fetchers/_base.py
M cmk/fetchers/controller.py
M cmk/utils/type_defs.py
M tests/unit/cmk/base/checkers/test_agent.py
M tests/unit/cmk/base/checkers/test_host_sections.py
M tests/unit/cmk/base/checkers/test_ipmi_management_board_data_source.py
M tests/unit/cmk/base/checkers/test_piggy_back_data_source.py
M tests/unit/cmk/base/checkers/test_snmp_data_source.py
M tests/unit/cmk/base/checkers/test_tcp_data_source.py
M tests/unit/cmk/base/test_automations_check_mk.py
M tests/unit/cmk/base/test_modes_check_mk.py
M tests/unit/cmk/fetchers/test_controller.py
M tests/unit/cmk/fetchers/test_fetchers.py
M tests/unit/cmk/utils/test_type_defs.py
Log Message:
-----------
Flatten result types
This makes the `Result.Error` and `Result.OK` accessible to, e.g., type
dispatching.
Change-Id: I9a56c300f8b762a47f5d86a9d6437e951745f6c8