mirror of https://github.com/Bunsly/JobSpy
fix: just run main test
parent
1a11785483
commit
1115956c33
|
@ -4,7 +4,11 @@ import pandas as pd
|
|||
|
||||
def test_all():
|
||||
result = scrape_jobs(
|
||||
site_name=["linkedin", "indeed", "zip_recruiter", "glassdoor"],
|
||||
site_name=[
|
||||
"linkedin",
|
||||
"indeed",
|
||||
"glassdoor",
|
||||
], # ziprecruiter needs good ip, and temp fix to pass test on ci
|
||||
search_term="engineer",
|
||||
results_wanted=5,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue