Beispiel #1
0
 def test_file_data_yaml_dict(self, value):
     assert has_three_elements(value)
Beispiel #2
0
 def test_file_data_dict(self, value):
     self.assertTrue(has_three_elements(value))
Beispiel #3
0
 def test_file_data_dict(self, value):
     self.assertTrue(has_three_elements(value))
Beispiel #4
0
 def test_file_data_yaml_dict(self, value):
     assert_true(has_three_elements(value))