def test_power_strip_dict(self): """ Tests the power strip config :return: Tests results """ data = ConfigManager.get_power_strip_dict() self.assertEqual(True, data[0], "power_strip: Wrong config")
def test_power_strip_dict(self): """ Tests the power strip config :return: Tests results """ data = ConfigManager.get_power_strip_dict() self.assertEqual(len(data), 1, "power_strip: Wrong size of the List")