Home
last modified time | relevance | path

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

/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A D__init__.py3196 def filter_suite_by_id_list(suite, test_id_list): argument
3203 condition = condition_id_in_list(test_id_list)
3875 def __init__(self, test_id_list): argument
3878 self.tests = dict().fromkeys(test_id_list, True)
3892 for test_id in test_id_list:
H A Dtest_selftest.py3001 def _create_suite(self, test_id_list): argument
3011 for id in test_id_list: