mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 06:22: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
|
||||
# coding=utf-8
|
||||
from theHarvester.discovery import linkedinsearch
|
||||
from theHarvester.lib import stash
|
||||
import pytest
|
||||
|
||||
|
||||
class TestGetLinks(object):
|
||||
|
||||
|
||||
def test_get_links(self):
|
||||
search = linkedinsearch.SearchLinkedin("facebook.com", '100')
|
||||
search.process()
|
||||
|
@ -15,5 +13,6 @@ def test_get_links(self):
|
|||
for link in links:
|
||||
print(link)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
pytest.main()
|
||||
|
|
Loading…
Reference in a new issue