Skip to content

Commit

Permalink
reflect pytest-explicit chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 16, 2024
1 parent 1b914d3 commit 885a3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/packages/edutap_wallet_google/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 885a3f3

Please sign in to comment.