From 885a3f31b0dbfb1be67a49b9eea4c7d85d0a0141 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Mon, 16 Dec 2024 17:26:44 +0100 Subject: [PATCH] reflect pytest-explicit chnages --- source/packages/edutap_wallet_google/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: