pylint and pytest

This commit is contained in:
csparks 2019-09-08 01:38:27 +00:00
parent 703e9e16a7
commit f08f96d171

View file

@ -6,14 +6,13 @@
import re
class TestGetLinks(object):
def test_get_links(self):
search = linkedinsearch.SearchLinkedin("facebook.com", '100')
search.process()
links = search.get_links()
assert set(links)
assert list(links)
def test_links_linkedin(self):
dir_path = os.path.dirname(os.path.realpath(__file__))