ImageScraper
ImageScraper copied to clipboard
Tests
Proper tests have to be written.
http://chimera.labs.oreilly.com/books/1234000000754/index.html a good place to start I guess
We could use this for testing https://github.com/getsentry/responses
https://docs.python.org/3/library/development.html The doctest, unittest, and unittest.mock submodule sections might be of interest. Also using unittest would help reducing dependencies-something which may or may not matter to you @sananth12 I don't know.