Skip to content

Commit 8ea0695

Browse files
bnmnetpclaude
andcommitted
Update CI to run full test suite via poetry run pytest
Now that testpaths is configured in pyproject.toml, dropping the explicit path argument picks up all tests automatically, including future additions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 93b310e commit 8ea0695

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-crud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CRUD Tests
1+
name: Tests
22

33
on:
44
pull_request:
@@ -62,6 +62,6 @@ jobs:
6262
- name: Install dependencies
6363
run: poetry install --with dev --no-interaction
6464

65-
- name: Run CRUD tests
65+
- name: Run tests
6666
run: |
67-
poetry run pytest test/components/rsptx/db/ -v --tb=short
67+
poetry run pytest -v --tb=short

0 commit comments

Comments
 (0)