Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Oct 19, 2023
1 parent 007e7e8 commit 42a0796
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rules/kotlin/test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ def kotlin_test(
"""A macro that generates test targets to execute all Kotlin unit tests.
Usage:
The macro creates a single build target to compile all unit test classes and then creates
multiple parallel test targets for each Test class. The name of the test class is derived from
test class name and location of the file disk.
The macro creates a single build target to compile all unit test classes and then creates a test target containing each Test class.
The name of the test target is derived from test class name and location of the file on disk.
Args:
name: name for the test target,
Expand Down

0 comments on commit 42a0796

Please sign in to comment.