Replace Bazel Skylib implementation of unittest.bzl with an alias to the version in rules_testing.
This commit is contained in:
parent
0d22ba79a6
commit
62bac18637
|
@ -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."""
|
||||
|
|
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue