Home | History | Annotate | Download | only in test

Lines Matching refs:expected_methods

495             expected_methods = set(['pow', 'div', 'my_function', 'add',
498 self.assertEqual(set(meth), expected_methods)