Skip to content

Commit

Permalink
doc: add reference to test env variables (#51)
Browse files Browse the repository at this point in the history

Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil authored Apr 22, 2024
1 parent 220f4af commit d91bfce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ where:
- `-failfast` makes the test stop after first failure
- `-count 1` is to avoid Go test caching for example when testing a rebuilt snap

## Environment variables

Some environment variables can modify the test functionality. Refer to these in
[the documentation](https://pkg.go.dev/github.com/canonical/matter-snap-testing/env)
of the `matter-snap-testing` Go package.

0 comments on commit d91bfce

Please sign in to comment.