Home | History | Annotate | Download | only in afe

Lines Matching refs:test_dict

257 def afe_test_dict_to_test_object(test_dict):
258 if not isinstance(test_dict, dict):
259 return test_dict
262 for key, value in test_dict.iteritems():