Increase command executor test coverage 47/143447/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 4 Mar 2026 13:48:39 +0000 (14:48 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 4 Mar 2026 13:48:39 +0000 (14:48 +0100)
commit9b4803bc6eea6c3bc5d19cb3d9b4d79fba0680cb
tree1008e55f41cb7d3cc4c106a7390702b7ebad8603
parenta328c6e93839fcf0677a245ff21422a100abc499
Increase command executor test coverage

- increase coverage from 0% (no tests) to 83%

Issue-ID: CCSDK-4156
Change-Id: I171ddd1b9e13ee4603170bb6ed3302b098d664c5
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
.gitignore
ms/command-executor/src/test/python/__init__.py [new file with mode: 0644]
ms/command-executor/src/test/python/test_command_executor_handler.py [new file with mode: 0644]
ms/command-executor/src/test/python/test_command_executor_server.py [new file with mode: 0644]
ms/command-executor/src/test/python/test_payload_coder.py [new file with mode: 0644]
ms/command-executor/src/test/python/test_request_header_validator_interceptor.py [new file with mode: 0644]
ms/command-executor/src/test/python/test_utils.py [new file with mode: 0644]