j0k3r / graby

Graby helps you extract article content from web pages
MIT License
363 stars 73 forks source link

Fix test case with real content (bjori site updated) #257

Closed Simounet closed 3 years ago

Simounet commented 3 years ago

I updated the test case but I was wondering why you were fetching real site instead of using existing fixture?

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 96.495% when pulling 1433dd7c188e375debd6ea35ca27fc15cc6566eb on Simounet:fix/bjori-site-updated into e1154098851dd347002314445c18847655f5a289 on j0k3r:master.

j0k3r commented 3 years ago

Thanks for fixing it. I fetch a real site because I want to test a real scenario instead of mocking stuff. And sometimes site are updated and test fail.