fix: extract tests out of src

pull/209/head
olzhasar 2024-10-19 22:58:16 +05:00
parent 757a94853e
commit 347ae270b4
8 changed files with 6 additions and 6 deletions

View File

@ -19,4 +19,4 @@ jobs:
pip install poetry
poetry install
- name: Run tests
run: poetry run pytest src/tests/test_all.py
run: poetry run pytest tests/test_all.py

View File

View File

@ -1,4 +1,4 @@
from ..jobspy import scrape_jobs
from jobspy import scrape_jobs
import pandas as pd

View File

@ -1,4 +1,4 @@
from ..jobspy import scrape_jobs
from jobspy import scrape_jobs
import pandas as pd

View File

@ -1,4 +1,4 @@
from ..jobspy import scrape_jobs
from jobspy import scrape_jobs
import pandas as pd

View File

@ -1,4 +1,4 @@
from ..jobspy import scrape_jobs
from jobspy import scrape_jobs
import pandas as pd

View File

@ -1,4 +1,4 @@
from ..jobspy import scrape_jobs
from jobspy import scrape_jobs
import pandas as pd