Skip to content

Commit

Permalink
Merge pull request #203 from reagento/fix/more_tests
Browse files Browse the repository at this point in the history
search for tests
  • Loading branch information
Tishka17 authored Aug 9, 2024
2 parents 0c62051 + aa9c282 commit cf238a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/frameworks-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- uses: actions/checkout@v4
Expand All @@ -33,5 +34,5 @@ jobs:
- name: Run tests
run: |
tox -e aiohttp-latest,fastapi-latest,aiogram-latest,telebot-latest,flask-latest,litestar-latest,starlette-latest,faststream-latest,arq-latest,taskiq-latest,sanic-latest
find requirements -name "*-latest.txt" -exec basename {} .txt \; | xargs -d , tox -e
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ commands =
arq: pytest --cov=dishka --cov-append --cov-report=term-missing -v tests/integrations/arq
taskiq: pytest --cov=dishka --cov-append --cov-report=term-missing -v tests/integrations/taskiq
sanic: pytest --cov=dishka --cov-append --cov-report=term-missing -v tests/integrations/sanic
aiogram_dialog: pytest --cov=dishka --cov-append --cov-report=term-missing -v tests/integrations/aiogram_dialog
aiogram-dialog: pytest --cov=dishka --cov-append --cov-report=term-missing -v tests/integrations/aiogram_dialog
grpcio: pytest --cov=dishka --cov-append --cov-report=term-missing -v tests/integrations/grpcio
click: pytest --cov=dishka --cov-append --cov-report=term-missing -v tests/integrations/click

Expand Down

0 comments on commit cf238a5

Please sign in to comment.