-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove runner attribute from create_jvm_test_suite (#289)
In `create_jvm_test_suite.bzl`, the `runner` attribute is not utilised within the `define_test` function. By the time we reach the `create_jvm_test_suite` macro, this attribute is redundant because the specific test runner can be directly specified within the `define_test` function provided by the user. So, this PR removes references to the runner from the macro.
- Loading branch information
1 parent
0eb0c84
commit 2393517
Showing
3 changed files
with
0 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters