From 1385545e26a745b9fae422a5bd75af499d131e9b Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Mon, 21 Nov 2022 14:35:57 +1000 Subject: [PATCH] Add tests for downloader --- tests/integration_tests/test_download_integration.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration_tests/test_download_integration.py b/tests/integration_tests/test_download_integration.py index a9f0e0e..44f62c2 100644 --- a/tests/integration_tests/test_download_integration.py +++ b/tests/integration_tests/test_download_integration.py @@ -232,6 +232,8 @@ def test_cli_download_long(test_args: list[str], tmp_path: Path): ['--subreddit', 'donaldtrump', '-L', 10], # Banned subreddit ['--user', 'djnish', '--user', 'helen_darten', '-m', 'cuteanimalpics', '-L', 10], ['--subreddit', 'friends', '-L', 10], + ['-l', 'ijy4ch'], + ['-l', 'kw4wjm'], )) def test_cli_download_soft_fail(test_args: list[str], tmp_path: Path): runner = CliRunner()