misc fixes and working on new module

This commit is contained in:
L1ghtn1ng
2020-02-11 19:10:35 +00:00
parent fe3d6a332e
commit 4d48dcbb34
12 changed files with 55 additions and 16 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from theHarvester.discovery import githubcode
from theHarvester.discovery.githubcode import RetryResult, ErrorResult, SuccessResult
from theHarvester.discovery.constants import MissingKey
from theHarvester.lib.core import Core
from mock import MagicMock
from unittest.mock import MagicMock
from requests import Response
import pytest