Delete test_find_multiple_authors.py

This commit is contained in:
Richard Mwewa
2022-11-07 21:44:41 +02:00
committed by GitHub
parent 5ce2151723
commit ac1aa09cb6

View File

@@ -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)