1name: "bazelbuild-rules_testing" 2description: 3 "rules_testing is a framework to help test Bazel rule implementations" 4 5third_party { 6 url { 7 type: GIT 8 value: "https://github.com/bazelbuild/rules_testing" 9 } 10 version: "v0.0.4" 11 last_upgrade_date { year: 2023 month: 5 day: 10 } 12 license_type: NOTICE 13} 14 15