Home | History | Annotate | Download | only in test

Lines Matching refs:subset

956         # only run a subset
960 subset = [
966 for name in subset:
971 subset = ['test_method1', 'test_method3']
972 self.assertEqual(methods, subset)