Replace Bazel Skylib implementation of unittest.bzl with an alias to the version in rules_testing.

This commit is contained in:
Susan Steinman 2024-06-10 15:29:37 -04:00
parent 0d22ba79a6
commit 62bac18637
2 changed files with 0 additions and 8 deletions

View File

@ -16,10 +16,6 @@
load("@rules_testing//lib:unittest.bzl", "asserts", "unittest")
load("//lib:dicts.bzl", "dicts")
<<<<<<< HEAD
load("@rules_testing//lib:unittest.bzl", "asserts", "unittest")
=======
>>>>>>> a03e850 (Replace Bazel Skylib implementation of unittest.bzl with an alias to the version in rules_testing.)
def _add_test(ctx):
"""Unit tests for dicts.add."""

View File

@ -16,10 +16,6 @@
load("@rules_testing//lib:unittest.bzl", "asserts", "unittest")
load("//lib:new_sets.bzl", "sets")
load("//lib:types.bzl", "types")
<<<<<<< HEAD
load("@rules_testing//lib:unittest.bzl", "asserts", "unittest")
=======
>>>>>>> a03e850 (Replace Bazel Skylib implementation of unittest.bzl with an alias to the version in rules_testing.)
def _a_function():
"""A dummy function for testing."""