File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 timeout-minutes : 60
126126 - name : Run Unit Tests
127127 run : |
128- poetry run pytest django_typer/ tests/shellcompletion/*
128+ poetry run pytest tests/shellcompletion/*
129129 mv .coverage linux-complete-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
130130
131131 - name : Store coverage files
@@ -209,7 +209,7 @@ jobs:
209209 - name : Run Unit Tests
210210 shell : zsh {0}
211211 run : |
212- poetry run pytest django_typer/ tests/shellcompletion/test_zsh.py || exit 1
212+ poetry run pytest tests/shellcompletion/test_zsh.py || exit 1
213213 mv .coverage macos-complete-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
214214
215215 - name : Store coverage files
@@ -256,7 +256,7 @@ jobs:
256256 # shell: powershell
257257 # - name: Run Unit Tests
258258 # run: |
259- # poetry run pytest django_typer/ tests/completion_tests.py::PowerShellTests
259+ # poetry run pytest tests/completion_tests.py::PowerShellTests
260260 # mv .coverage windows-complete-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
261261 # shell: powershell
262262 # - name: Store coverage files
You can’t perform that action at this time.
0 commit comments