Commit 4c694cc
authored
test: include acceptance tests in update-snapshots target (#2921)
## Overview
Updates the `make update-snapshots` command target in the Makefile to
run both unit tests and acceptance tests, matching the behavior of `make
test SNAPS=true ACC=true SHORT=false`.
## Details
- Modified `update-snapshots` Makefile target to run `$(MAKE) test
SNAPS=true ACC=true SHORT=false`.
- Updated `CONTRIBUTING.md` description for `make update-snapshots`.
- Regenerated all snapshot and cassette files.
## Testing
- Ran `./scripts/run_lints.sh` and verified 0 lint issues.
- Ran `make update-snapshots` to verify all unit and acceptance tests
successfully pass.
## Checklist
- [x] I have signed the Contributor License Agreement.
- [x] I have run the linter using `./scripts/run_lints.sh`.
- [x] I have run the unit tests using `./scripts/run_tests.sh`.
- [x] I have made my commits and PR title follow the Conventional
Commits specification.
agy1 parent 3e4dfbe commit 4c694cc
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments