Merge remote-tracking branch 'aosp/upstream-master' into HEAD

* aosp/upstream-master:
  Fix spelling
  feat: Add DefaultInfoSubject
  docs: add human-friendly changelog
  feat: Add StructSubject
  feat: Allow setting common rule attributes for analysis tests
  feat: add CollectionSubject.transform
  feat: add DictSubject.get
  feat: add file_basename_equals, file_extension_in matchers
  feat: publically expose the rest of the subjects
  docs: link to readthedocs instead of docs directory in readme
  feat: Add CollectionSubject.offset
  feat: Support unit test (non-analysis test) types of tests in rules_testing
  cleanup: Delete unused utils.bzl
  cleanup: Upgrade to stardoc 0.5.6 and enable bzlmod for building docs
  cleanup: upgrade to rules_python 0.22.0
  Add default_applicable_licenses to lib package.

Change-Id: Iaca64c0f3dfbab9dbbedc2fcab1f958aff7f6a0e
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..3fa17f2
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,14 @@
+name: "bazelbuild-rules_testing"
+description:
+    "rules_testing is a framework to help test Bazel rule implementations"
+
+third_party {
+  url {
+    type: GIT
+    value: "https://github.com/bazelbuild/rules_testing"
+  }
+  version: "v0.0.4"
+  last_upgrade_date { year: 2023 month: 5 day: 10 }
+  license_type: NOTICE
+}
+