def test_logo(self): lines = list(system.logo(c, e, '#test', 'testrunner', '')) assert len(lines)
def test_logo(self): lines = list(system.logo()) assert len(lines)