Ejemplo n.º 1
0
 def test_file_data_yaml_dict(self, value):
     assert has_three_elements(value)
Ejemplo n.º 2
0
 def test_file_data_dict(self, value):
     self.assertTrue(has_three_elements(value))
Ejemplo n.º 3
0
 def test_file_data_dict(self, value):
     self.assertTrue(has_three_elements(value))
Ejemplo n.º 4
0
 def test_file_data_yaml_dict(self, value):
     assert_true(has_three_elements(value))