Home | History | Annotate | Download | only in test

Lines Matching refs:gen3

24 def gen3():
410 self.assertEqual(list(islice(cycle(gen3()),10)), [0,1,2,0,1,2,0,1,2,0])