Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 0c9c1a3

Browse files
committed
fix: add integration test steps to docs
1 parent 59d5b1d commit 0c9c1a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

DEVELOPMENT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
- Execute unit tests by running one of the sessions prefixed with `unit-`
66
- Example: `nox -s unit-3.8`
77
- Lint sources by running `autopep8`.
8+
9+
## Integration Tests
10+
- Running tests: `bazel test tests/integration:asset`. See the full list of targets in `tests/integration/BUILD.bazel`.
11+
- Updating golden files: `bazel run tests/integration:asset_update`

0 commit comments

Comments
 (0)