Home | History | Annotate | Download | only in afe

Lines Matching refs:test_dict

241 def afe_test_dict_to_test_object(test_dict):
242 if not isinstance(test_dict, dict):
243 return test_dict
246 for key, value in test_dict.iteritems():