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:
125
125
timeout-minutes : 60
126
126
- name : Run Unit Tests
127
127
run : |
128
- poetry run pytest django_typer/ tests/shellcompletion/*
128
+ poetry run pytest tests/shellcompletion/*
129
129
mv .coverage linux-complete-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
130
130
131
131
- name : Store coverage files
@@ -209,7 +209,7 @@ jobs:
209
209
- name : Run Unit Tests
210
210
shell : zsh {0}
211
211
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
213
213
mv .coverage macos-complete-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
214
214
215
215
- name : Store coverage files
@@ -256,7 +256,7 @@ jobs:
256
256
# shell: powershell
257
257
# - name: Run Unit Tests
258
258
# run: |
259
- # poetry run pytest django_typer/ tests/completion_tests.py::PowerShellTests
259
+ # poetry run pytest tests/completion_tests.py::PowerShellTests
260
260
# mv .coverage windows-complete-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
261
261
# shell: powershell
262
262
# - name: Store coverage files
You can’t perform that action at this time.
0 commit comments