File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,13 @@ tox -e py311
121121tox -e type
122122```
123123
124- 8 . Run integration tests (validates the examples)
124+ 8 . Run integration tests
125+
126+ ``` bash
127+ tox -e integration
128+ ```
129+
130+ 9 . Validate the examples
125131
126132``` bash
127133tox -e examples
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ commands =
2121 coverage xml
2222
2323commands_pre =
24- pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask dapr-ext-langgraph dapr-ext-strands
24+ pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask
2525 pip install -r dev-requirements.txt \
2626 -e {toxinidir}/ \
2727 -e {toxinidir}/ext/dapr-ext-workflow/ \
@@ -77,7 +77,7 @@ commands =
7777allowlist_externals =*
7878
7979commands_pre =
80- pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask dapr-ext-langgraph dapr-ext-strands
80+ pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask
8181 pip install -r {toxinidir}/dev-requirements.txt \
8282 -e {toxinidir}/ \
8383 -e {toxinidir}/ext/dapr-ext-workflow/ \
@@ -93,7 +93,7 @@ usedevelop = False
9393commands =
9494 mypy --config-file mypy.ini
9595commands_pre =
96- pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask dapr-ext-langgraph dapr-ext-strands
96+ pip uninstall -y dapr dapr-ext-grpc dapr-ext-fastapi dapr-ext-langgraph dapr-ext-strands dapr-ext-flask
9797 pip install -r dev-requirements.txt \
9898 -e {toxinidir}/ \
9999 -e {toxinidir}/ext/dapr-ext-workflow/ \
You can’t perform that action at this time.
0 commit comments