Skip to content

Commit

Permalink
update readme with instructions for go vcr
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Jul 23, 2023
1 parent cca85ab commit 2e4d352
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ To run tests:
go test -v -timeout 30m ./...
```

### Go VCR

Some tests use [Go VCR](https://github.com/seborama/govcr), and they will use a cassette (recorded response) by default,
so if you want to re-record a cassette, set the environment variable `VCR_MODE` to `record`.

### Code Coverage

```
Expand Down

0 comments on commit 2e4d352

Please sign in to comment.