Skip to content

Commit

Permalink
Copy unittest.bzl tests from bazel_skylib to rules_testing.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698865926
  • Loading branch information
A Googler authored and Blaze Rules Copybara committed Nov 21, 2024
1 parent b8aac8f commit 9dfba5d
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
load(":analysis_test_tests.bzl", "analysis_test_test_suite")
load(":truth_tests.bzl", "truth_test_suite")
load(":unit_test_tests.bzl", "unit_test_test_suite")
load(":unittest_tests.bzl", "unittest_passing_tests_suite")

licenses(["notice"])

Expand Down Expand Up @@ -47,6 +48,8 @@ truth_test_suite(name = "truth_tests")

unit_test_test_suite(name = "unit_test_test_suite")

unittest_passing_tests_suite()

build_test(
name = "build_tests",
targets = [
Expand Down
Loading

0 comments on commit 9dfba5d

Please sign in to comment.