ImageScraper icon indicating copy to clipboard operation
ImageScraper copied to clipboard

Tests

Open ssundarraj opened this issue 10 years ago • 3 comments

Proper tests have to be written.

ssundarraj avatar Mar 06 '15 12:03 ssundarraj

http://chimera.labs.oreilly.com/books/1234000000754/index.html a good place to start I guess

vigneshmanix avatar Mar 23 '15 14:03 vigneshmanix

We could use this for testing https://github.com/getsentry/responses

ssundarraj avatar May 19 '15 12:05 ssundarraj

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.

Solomon1732 avatar Jan 03 '18 12:01 Solomon1732