Skip to content

Commit

Permalink
tox: run tests for real for fastapislim
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Aug 2, 2024
1 parent 3e18560 commit 4030ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ commands =
lint-instrumentation-fastapi: isort --diff --check-only --settings-path {toxinidir}/.isort.cfg {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi
lint-instrumentation-fastapi: flake8 --config {toxinidir}/.flake8 {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi
lint-instrumentation-fastapi: sh -c "cd instrumentation && pylint --rcfile ../.pylintrc opentelemetry-instrumentation-fastapi"
test-instrumentation-fastapislim: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi/tests {posargs}

test-instrumentation-flask: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/tests {posargs}
lint-instrumentation-flask: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/instrumentation/opentelemetry-instrumentation-flask
Expand Down

0 comments on commit 4030ecd

Please sign in to comment.