File size: 219 Bytes
1b4e06d
 
 
 
 
 
1
2
3
4
5
6
7
from app import extract_comments

url = "https://www.reddit.com/r/europe/comments/r0hthg/sweden_is_taking_the_lead_to_persuade_the_rest_of/"

def test_classifier(input_url = url):
    return extract_comments(input_url)