krmaxwell / maltrieve

A tool to retrieve malware directly from the source for security researchers.
GNU General Public License v3.0
562 stars 184 forks source link

Increase test suite coverage #123

Closed krmaxwell closed 9 years ago

krmaxwell commented 9 years ago

Now that we have the basic infrastructure in place, let's get that number up (at least past 50%!)

To close #98

krmaxwell commented 9 years ago

I thought that one of the sources is failing, but I checked and they're all returning 200. And there should indeed be 7 of them (as of right now).

krmaxwell commented 9 years ago
--------------- coverage: platform linux2, python 2.7.6-final-0 ----------------
Name        Stmts   Miss  Cover
-------------------------------
maltrieve     250    114    54%

:tada: