- Install dependencies with
pip install . - See all nox sessions with
nox -l - Execute unit tests by running one of the sessions prefixed with
unit-- Example:
nox -s unit-3.8
- Example:
- Lint sources by running
autopep8.
- Running tests:
bazel test tests/integration:asset. See the full list of targets intests/integration/BUILD.bazel. - Updating golden files:
bazel run tests/integration:asset_update