mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 06:22:57 +08:00
pylint
This commit is contained in:
parent
7ded50fd95
commit
b18983fecb
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue