summaryrefslogtreecommitdiff
path: root/tests/test_row_at.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_row_at.py')
-rw-r--r--tests/test_row_at.py6
1 files changed, 6 insertions, 0 deletions
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