Revision 6778681e kamaki/cli/utils/test.py

b/kamaki/cli/utils/test.py
239 239
                                bold.mock_calls[bold_counter], call(header))
240 240
                            self.assertEqual(out.read(5), 'bold\n')
241 241
                            bold_counter += 1
242
                        else:
243
                            out.read(1)
242 244
                        self.assertEqual(
243 245
                            PD.mock_calls[pd_counter],
244 246
                            call(item, indent=INDENT_TAB, out=out))

Also available in: Unified diff