Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 361 Bytes

guides.md

File metadata and controls

14 lines (8 loc) · 361 Bytes

Guides

Analysis tests

Analysis testing means testing something during the analysis phase of Bazel execution -- this is when rule logic is run.

See Analysis testing for how to write analysis tests.

Fluent asserts

Included in rules_testing is a fluent, truth-style asserts library.

See Truth docs for how to use it.