Skip to content

Commit

Permalink
fix: add integration test steps to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung committed May 26, 2021
1 parent 59d5b1d commit 0c9c1a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
- Execute unit tests by running one of the sessions prefixed with `unit-`
- Example: `nox -s unit-3.8`
- Lint sources by running `autopep8`.

## Integration Tests
- Running tests: `bazel test tests/integration:asset`. See the full list of targets in `tests/integration/BUILD.bazel`.
- Updating golden files: `bazel run tests/integration:asset_update`

0 comments on commit 0c9c1a3

Please sign in to comment.