From 84405d7ed3578f4f99e924149bac52ebc441a55b Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Fri, 29 Sep 2023 20:19:26 +0100 Subject: [PATCH] #1796 - Added docstring to the test_uc2_data_manipulation_scenario.py --- .../e2e_integration_tests/test_uc2_data_manipulation_scenario.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e_integration_tests/test_uc2_data_manipulation_scenario.py b/tests/e2e_integration_tests/test_uc2_data_manipulation_scenario.py index 955fa20e..13f4d1f3 100644 --- a/tests/e2e_integration_tests/test_uc2_data_manipulation_scenario.py +++ b/tests/e2e_integration_tests/test_uc2_data_manipulation_scenario.py @@ -6,6 +6,7 @@ from primaite.simulator.system.services.red_services.data_manipulation_bot impor def test_data_manipulation(uc2_network): + """Tests the UC2 data manipulation scenario end-to-end. Is a work in progress.""" client_1: Computer = uc2_network.get_node_by_hostname("client_1") db_manipulation_bot: DataManipulationBot = client_1.software_manager.software["DataManipulationBot"]