47
47
lf = log_formatter('long', to_file=StringIO())
48
48
self.time(show_log, tree.branch, lf, direction='reverse')
54
self.time(show_log, tree.branch, lf, direction='reverse')
50
56
def test_log_screenful(self):
51
57
"""Simulate log --long|less"""
52
58
self.screenful_tester('long')