def test_row_at(capsys, row_at_program): row_at_program.run() assert capsys.readouterr()[0].startswith( "('1919', 'Ten Days that Shook the World', 'John Reed')" )