mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 03:54:31 -08:00
move /tests to /src
This commit is contained in:
9
src/tests/test_indeed.py
Normal file
9
src/tests/test_indeed.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from jobspy import scrape_jobs
|
||||
|
||||
|
||||
def test_indeed():
|
||||
result = scrape_jobs(
|
||||
site_name="indeed",
|
||||
search_term="software engineer",
|
||||
)
|
||||
assert result is not None
|
||||
Reference in New Issue
Block a user