summaryrefslogtreecommitdiff
path: root/tests/test_insert.py
blob: caaf7ff076649e7f9d5f8e848b98d00e1617953a (plain)
1
2
3
4
def test_insert(capsys, insert_program):
    insert_program.run()

    assert capsys.readouterr()[0] == 'Row added!\n'