mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
too many blank lines in test
This commit is contained in:
parent
b18983fecb
commit
a2a2e197ec
1 changed files with 1 additions and 2 deletions
|
@ -1,13 +1,11 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
from theHarvester.discovery import linkedinsearch
|
from theHarvester.discovery import linkedinsearch
|
||||||
from theHarvester.lib import stash
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
class TestGetLinks(object):
|
class TestGetLinks(object):
|
||||||
|
|
||||||
|
|
||||||
def test_get_links(self):
|
def test_get_links(self):
|
||||||
search = linkedinsearch.SearchLinkedin("facebook.com", '100')
|
search = linkedinsearch.SearchLinkedin("facebook.com", '100')
|
||||||
search.process()
|
search.process()
|
||||||
|
@ -15,5 +13,6 @@ def test_get_links(self):
|
||||||
for link in links:
|
for link in links:
|
||||||
print(link)
|
print(link)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
pytest.main()
|
pytest.main()
|
||||||
|
|
Loading…
Reference in a new issue