rules_testing
v0.8.0
published 2 weeks ago
24 stars
7 forks
6 watchers
Apache License 2.0
public
1 assets
723,382 downloads
101 KB
Compatibility level 1
if6vGNbi/AftfjRRAFj8jUjkXm0v+KgXpxjoyOS82g4=
Maintained byRichard Levasseur
v0.8.0
March 18, 2025

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_testing",
    sha256 = "89feaf18d6e2fc07ed7e34510058fc8d48e45e6d2ff8a817a718e8c8e4bcda0e",
    strip_prefix = "rules_testing-0.8.0",
    url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.8.0/rules_testing-v0.8.0.tar.gz",
)

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/bazelbuild/rules_testing/compare/v0.7.0...v0.8.0

Deps:
Assets:

Build status

Frameworks and utilities for testing Bazel Starlark

rules_testing provides frameworks and utilities to make testing Starlark code easier and convenient.

For detailed docs, see the docs website