aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2019-01-25 14:51:01 -0500
committerc-parsons <cparsons@google.com>2019-01-25 14:51:01 -0500
commitd3d5ba7d05c60ecf91ecd8c9db30d4c7e2381947 (patch)
tree2ca947013bc85bfc90757e695d25cabdb167bc4b /tests
parentf5e50bc53c52708abd29919a66bac307c6dc2e07 (diff)
downloadbazel-skylib-d3d5ba7d05c60ecf91ecd8c9db30d4c7e2381947.tar.gz
Some doc fixes (#100)
* fix up Args doc block. * add a module doc string
Diffstat (limited to 'tests')
-rw-r--r--tests/build_test_tests.bzl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/build_test_tests.bzl b/tests/build_test_tests.bzl
index df3671f..d4f6c88 100644
--- a/tests/build_test_tests.bzl
+++ b/tests/build_test_tests.bzl
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+"""Unit tests for build_test.bzl."""
+
load("//rules:build_test.bzl", "build_test")
def build_test_test_suite():