We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ea4d0 commit 03dbcd4Copy full SHA for 03dbcd4
tests/commands/test_channel_info.py
@@ -31,10 +31,7 @@ def test_filter_fields():
31
assert filtered_info == expected_result, f"Expected {expected_result}, but got {filtered_info}"
32
33
34
-def test_channel_ids_from_urls_and_usernames(mocker):
35
- urls = ["https://www.youtube.com/@Turicas/featured", "https://www.youtube.com/c/PythonicCaf%C3%A9"]
36
- usernames = ["Turicas", "PythonicCafe"]
37
-
+def test_channel_ids_from_urls_and_usernames(mocker, channels_urls, usernames):
38
ids_from_urls_mock = "id_from_url"
39
ids_from_usernames_mock = "id_from_username"
40
youtube_mock = mocker.patch("youtool.commands.channel_info.YouTube")
0 commit comments