From 09e2c47970a02be5a7e79a67b335f274f4c2c866 Mon Sep 17 00:00:00 2001 From: zlg Date: Thu, 18 Oct 2018 18:14:52 -0700 Subject: cli: Tell the user when a game lacks notes --- tests/test_vgstash_cli.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/test_vgstash_cli.py') diff --git a/tests/test_vgstash_cli.py b/tests/test_vgstash_cli.py index f34f2d1..831fe80 100644 --- a/tests/test_vgstash_cli.py +++ b/tests/test_vgstash_cli.py @@ -206,6 +206,15 @@ def test_notes(): )) +def test_notes_empty(): + runner = CliRunner() + result = runner.invoke(vgstash_cli.cli, ['notes', 'Super Mario Bros.', 'NES']) + if verbose: + print(result.output) + assert result.exit_code == 0 + assert result.output == "No notes for Super Mario Bros. on NES.\n" + + def test_notes_edit(): if not interactive: return -- cgit v1.2.3-54-g00ecf ;'> Category-0 solutions to The C Programming Language, 2nd Editionzlg
aboutsummaryrefslogtreecommitdiff
path: root/ch3/3-05_itob.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines