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