move /tests to /src

This commit is contained in:
Cullen Watson
2023-09-03 15:40:44 -05:00
parent 0c500d066e
commit 7cc8f4864c
4 changed files with 0 additions and 0 deletions

9
src/tests/test_indeed.py Normal file
View 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