Home
last modified time | relevance | path

Searched refs:test_info_b (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest-py2/
Dunittest_utils.py43 def assert_equal_testinfos(test_class, test_info_a, test_info_b): argument
46 if test_info_a is None or test_info_b is None:
47 test_class.assertEqual(test_info_a, test_info_b)
52 test_info_b_attr = getattr(test_info_b, attr)
66 for test_info_b in test_info_set_b:
68 assert_equal_testinfos(test_class, test_info_a, test_info_b)
69 test_info_b_to_remove = test_info_b
/tools/asuite/atest/
Dunittest_utils.py47 def assert_equal_testinfos(test_class, test_info_a, test_info_b): argument
50 if test_info_a is None or test_info_b is None:
51 test_class.assertEqual(test_info_a, test_info_b)
56 test_info_b_attr = getattr(test_info_b, attr)
70 for test_info_b in test_info_set_b:
72 assert_equal_testinfos(test_class, test_info_a, test_info_b)
73 test_info_b_to_remove = test_info_b