fix: extract tests out of src (#209)

pull/211/head
Olzhas Arystanov 2024-10-20 02:56:38 +05:00 committed by GitHub
parent 757a94853e
commit 9207ab56f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 6 additions and 6 deletions

View File

@ -19,4 +19,4 @@ jobs:
pip install poetry pip install poetry
poetry install poetry install
- name: Run tests - 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 import pandas as pd

View File

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

View File

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

View File

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

View File

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