Ejemplo n.º 1
0
 def test_test_dict(self):
     """
     Tests the test config
     :return: Tests results
     """
     data = ConfigManager.get_test_dict()
     self.assertEqual(True, data[0], "test: Wrong config")
Ejemplo n.º 2
0
 def test_test_dict(self):
     """
     Tests the test config
     :return: Tests results
     """
     data = ConfigManager.get_test_dict()
     self.assertEqual(len(data), 2, "test: Wrong size of the List")
Ejemplo n.º 3
0
 def test_test_dict(self):
     """
     Tests the test config
     :return: Tests results
     """
     data = ConfigManager.get_test_dict()
     self.assertEqual(len(data), 2, "test: Wrong size of the List")
Ejemplo n.º 4
0
 def test_test_dict(self):
     """
     Tests the test config
     :return: Tests results
     """
     data = ConfigManager.get_test_dict()
     self.assertEqual(True, data[0], "test: Wrong config")