rules_testing
v0.7.0
published 3 weeks ago
22 stars
5 forks
7 watchers
Apache License 2.0
public
1 assets
528,140 downloads
98 KB
Compatability level 1
KMLRdEcbWHvw3x/ToQMT8iyJBsr0BQ+LRuxGSKefkMM=
Maintained byRichard Levasseur
v0.7.0
October 28, 2024

WORKSPACE snippet:

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

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/bazelbuild/rules_testing/compare/v0.6.0...v0.7.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