- refactor & #41 bug fix

This commit is contained in:
Zachary Hampton
2023-09-06 16:32:51 -07:00
parent 43eb2fe0e8
commit 690739e858
7 changed files with 21 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
from jobspy import scrape_jobs
from ..jobspy import scrape_jobs
def test_ziprecruiter():
@@ -7,4 +7,4 @@ def test_ziprecruiter():
search_term="software engineer",
)
assert result is not None
assert result is not None and result.errors.empty is True