This commit is contained in:
csparks 2019-09-07 03:16:56 +00:00
parent 7ded50fd95
commit b18983fecb

View file

@ -1,6 +1,5 @@
#!/usr/bin/env python3
# coding=utf-8
from theHarvester.parsers import myparser
from theHarvester.discovery import linkedinsearch
from theHarvester.lib import stash
import pytest
@ -8,6 +7,7 @@
class TestGetLinks(object):
def test_get_links(self):
search = linkedinsearch.SearchLinkedin("facebook.com", '100')
search.process()