Skip to content

Add python tests model classes #84

Add python tests model classes

Add python tests model classes #84

GitHub Actions / Black failed Nov 27, 2023 in 0s

2 errors

Black found 2 errors

Annotations

Check failure on line 284 in /home/runner/work/certification-tool-backend/certification-tool-backend/app/chip_tool/test_suite.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/certification-tool-backend/certification-tool-backend/app/chip_tool/test_suite.py#L278-L284

             case _:
                 logger.info(
                     f"Received unknown prompt option for \
                         decommissioning step: {prompt_response.response}"
                 )
-

Check failure on line 992 in /home/runner/work/certification-tool-backend/certification-tool-backend/app/tests/chip_tool/test_chip_tool.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/certification-tool-backend/certification-tool-backend/app/tests/chip_tool/test_chip_tool.py#L986-L992

     mock_send_websocket_command.assert_awaited_once_with(expected_command)
 
     # clean up:
     chip_tool._ChipTool__chip_tool_container = None
     settings.CHIP_TOOL_TRACE = original_trace_setting_value
-