コード例 #1
0
 def test_create_expected_dict(self):
     self.assertEqual(
         node_communication_format.service_cmd_format("pcsd", "start"), {
             "type": "service_command",
             "service": "pcsd",
             "command": "start",
         })
コード例 #2
0
 def test_create_expected_dict(self):
     self.assertEqual(
         node_communication_format.service_cmd_format("pcsd", "start"),
         {
             "type": "service_command",
             "service": "pcsd",
             "command": "start",
         }
     )