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_row_at.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/test_row_at.py (limited to 'tests/test_row_at.py') diff --git a/tests/test_row_at.py b/tests/test_row_at.py new file mode 100644 index 0000000..6b7c379 --- /dev/null +++ b/tests/test_row_at.py @@ -0,0 +1,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')" + ) \ No newline at end of file -- cgit v1.2.3