-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PROPOSAL] Either API deprecation, and preparation for 2.x.x (#2830)
Co-authored-by: Imran Malic Settuba <[email protected]> Co-authored-by: Alejandro Serrano <[email protected]>
- Loading branch information
1 parent
a9c8dcc
commit cf0add9
Showing
32 changed files
with
1,024 additions
and
476 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// This file was automatically generated from ${file.name} by Knit tool. Do not edit. | ||
package ${test.package} | ||
|
||
import io.kotest.core.spec.style.StringSpec | ||
|
||
class ${test.name} : StringSpec({ | ||
<#list cases as case> | ||
"${case.name}" { | ||
${case.knit.package}.${case.knit.name}.test() | ||
} | ||
|
||
</#list> | ||
}) { | ||
override fun timeout(): Long = 1000 | ||
} |
Oops, something went wrong.