summaryrefslogtreecommitdiff
path: root/tests/test_search.py
blob: ecdc550d0713346ca1ae31b45a5a80cf94770f25 (plain)
1
2
3
4
def test_search(capsys, search_program):
    search_program.run()

    assert capsys.readouterr()[0] == "('1919', 'Ten Days that Shook the World', 'John Reed')\n"