Skip to content

Commit

Permalink
make xdist tests work locally
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kotlyar committed Feb 12, 2023
1 parent d39033e commit 8a21679
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_xdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
WDM_LOG: ${{ matrix.wdm-log }}
with:
run: |
pipenv run pytest -sv tests/xdist/ -n 2
pipenv run pytest -sv tests/xdist_/ -n 2
- name: List folders
run: ls -la ~/.wdm
2 changes: 1 addition & 1 deletion tests/test_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def test_can_download_chrome_driver(delete_drivers_dir, version):
file = download_manager.download_file(driver.get_url())
assert file.filename == "driver.zip"
archive = save_file(file, DEFAULT_PROJECT_ROOT_CACHE_PATH)
assert archive.unpack(DEFAULT_PROJECT_ROOT_CACHE_PATH) == ["chromedriver.exe"]
assert "chromedriver.exe" in archive.unpack(DEFAULT_PROJECT_ROOT_CACHE_PATH)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8a21679

Please sign in to comment.