• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Guides
2
3## Analysis tests
4
5Analysis testing means testing something during the analysis phase of Bazel
6execution -- this is when rule logic is run.
7
8See [Analysis testing](analysis_tests.md) for how to write analysis tests.
9
10## Fluent asserts
11
12Included in rules_testing is a fluent, truth-style asserts library.
13
14See [Truth docs](truth.md) for how to use it.
15