| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .bazelci/ | 04-Jul-2025 | - | 40 | 37 | ||
| .bcr/ | 04-Jul-2025 | - | 39 | 33 | ||
| .github/ | 04-Jul-2025 | - | 97 | 62 | ||
| docgen/ | 04-Jul-2025 | - | 256 | 222 | ||
| docs/ | 04-Jul-2025 | - | 1,235 | 970 | ||
| e2e/bzlmod/ | 04-Jul-2025 | - | 93 | 76 | ||
| lib/ | 04-Jul-2025 | - | 6,067 | 5,127 | ||
| tests/ | 04-Jul-2025 | - | 2,313 | 1,950 | ||
| .bazelignore | D | 04-Jul-2025 | 111 | 4 | 3 | |
| .bazelrc | D | 04-Jul-2025 | 100 | 3 | 2 | |
| .gitignore | D | 04-Jul-2025 | 103 | 6 | 5 | |
| .readthedocs.yaml | D | 04-Jul-2025 | 328 | 24 | 18 | |
| AUTHORS | D | 04-Jul-2025 | 278 | 13 | 10 | |
| BUILD | D | 04-Jul-2025 | 904 | 30 | 24 | |
| CHANGELOG.md | D | 04-Jul-2025 | 2.8 KiB | 73 | 55 | |
| CODEOWNERS | D | 04-Jul-2025 | 32 | 2 | 1 | |
| CONTRIBUTING.md | D | 04-Jul-2025 | 1.1 KiB | 31 | 21 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| METADATA | D | 04-Jul-2025 | 317 | 15 | 12 | |
| MODULE.bazel | D | 04-Jul-2025 | 2.2 KiB | 80 | 70 | |
| README.md | D | 04-Jul-2025 | 399 | 10 | 6 | |
| RELEASING.md | D | 04-Jul-2025 | 384 | 12 | 7 | |
| WORKSPACE.bazel | D | 04-Jul-2025 | 2.2 KiB | 66 | 52 | |
| WORKSPACE.bzlmod | D | 04-Jul-2025 | 0 | |||
| addlicense.sh | D | 04-Jul-2025 | 869 | 24 | 6 | |
| dev_extension.bzl | D | 04-Jul-2025 | 1.6 KiB | 48 | 41 |
README.md
1[](https://buildkite.com/bazel/rules-testing) 3 4# Frameworks and utilities for testing Bazel Starlark 5 6`rules_testing` provides frameworks and utilities to make testing Starlark code 7easier and convenient. 8 9For detailed docs, see the [docs website](https://rules-testing.readthedocs.io) 10