Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

Mock out requests.get in test_submit_link_post #364

Closed happy-river closed 3 years ago

happy-river commented 3 years ago

I noticed that test_submit_link_post was fetching the Google homepage and thumbnailing it, but whether or not this activity succeeds or fails has no effect on whether the test passes. Make the tests a little faster, especially for those of us on slow network connections, by mocking out requests.get for this test.