diff --git a/source/packages/edutap_wallet_google/installation.md b/source/packages/edutap_wallet_google/installation.md index bd1d4cc..2b40815 100644 --- a/source/packages/edutap_wallet_google/installation.md +++ b/source/packages/edutap_wallet_google/installation.md @@ -60,13 +60,13 @@ If the environment variable `EDUTAP_WALLET_GOOGLE_RECORD_API_CALLS_DIR` is set t Run unit tests: ```bash -uvx --with tox-uv tox -e test -- -m "not integration" +uvx --with tox-uv tox -e test ``` Run integration tests: ```bash -uvx --with tox-uv tox -e test -- -m "integration" +uvx --with tox-uv tox -e test -- --run-integration ``` Format code and run checks: