From a0fcdc83cbc2b440a5836313b2afd1a35698f5ef Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 12 Mar 2024 23:46:02 -0600 Subject: AƱade pruebas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_insert.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_insert.py (limited to 'tests/test_insert.py') diff --git a/tests/test_insert.py b/tests/test_insert.py new file mode 100644 index 0000000..caaf7ff --- /dev/null +++ b/tests/test_insert.py @@ -0,0 +1,4 @@ +def test_insert(capsys, insert_program): + insert_program.run() + + assert capsys.readouterr()[0] == 'Row added!\n' \ No newline at end of file -- cgit v1.2.3