Lines Matching refs:five
89 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
93 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
97 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
258 four='hello', five='goodbye')
263 dict(four='hello', five='goodbye')),
268 dict(four='hello', five='goodbye'))])
590 four='hello', five='goodbye')
595 dict(four='hello', five='goodbye')),
600 dict(four='hello', five='goodbye'))])
614 four='hello', five='goodbye')
618 dict(four='hello', five='goodbye')),