def test_cyclicIterator(self): ptcycle = xhtml2pdf_reportlab.PTCycle() ptcycle.extend(range(10)) for ele in ptcycle: pass
def test_init(self): xhtml2pdf_reportlab.PTCycle()