-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Bazel Skylib's unittest.bzl with an alias to the version in rules_testing. #524
base: main
Are you sure you want to change the base?
Conversation
…the version in rules_testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's a lib/BUILD
file with a bzl_library
for unittest.bzl
that also needs to be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also tests/BUILD
has a target referencing unittest_test.sh
, which I assume should go in rules_testing too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also tests/BUILD
has a target referencing unittest_test.sh
, which I assume should go in rules_testing too.
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License header was truncated.
Ignore, that was before I saw the file wasn't in fact deleted but updated to re-export / alias the new source-of-truth. |
…the version in rules_testing.
…the version in rules_testing.
No description provided.