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