summaryrefslogtreecommitdiff
path: root/tests/test_row_at.py
blob: 6b7c37997e5022cfd7b744536de9d127a159b1a8 (plain)
1
2
3
4
5
6
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')"
        )