We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d5b1d commit 0c9c1a3Copy full SHA for 0c9c1a3
1 file changed
DEVELOPMENT.md
@@ -5,3 +5,7 @@
5
- Execute unit tests by running one of the sessions prefixed with `unit-`
6
- Example: `nox -s unit-3.8`
7
- 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