From ac1aa09cb6cb71212916eb308a2c7de0ad8a298e Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:44:41 +0200 Subject: [PATCH] Delete test_find_multiple_authors.py --- test_find_multiple_authors.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test_find_multiple_authors.py diff --git a/test_find_multiple_authors.py b/test_find_multiple_authors.py deleted file mode 100644 index 8eef190..0000000 --- a/test_find_multiple_authors.py +++ /dev/null @@ -1,10 +0,0 @@ -from scraper import find_multiple_authors - -def test_find_multiple_users(): - # List contains, videos from Google's YouTube channel - vids = [ - 'https://www.youtube.com/watch?v=8qGV_O_y4DA', - 'https://www.youtube.com/watch?v=WSkETCRe7Ic', - 'https://www.youtube.com/watch?v=cdgQpa1pUUE' - ] - find_multiple_authors(vids) \ No newline at end of file