JetBrains / JetBrains/kotlin-compiler-devkit
The plugin doesn't work for `plugins/scripting/scripting-tests/testData` directory
Open
- Dominant language
- Kotlin
- Stars
- 55
- Forks
- 17
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 1
Description
Most likely this is because files in this directory have double extension like `.test.kts` or `.repl.kts`. Given the following name: `simple.test.kts`, test generator produces a method with `testSimple_test` name, but the plugin expects `testSimple` name.
As far as I remember, the plugin drops all extensions. Such a behaiour was introduces by https://github.com/demiurg906/test-data-helper-plugin/pull/34 to support `.fir.kt` files alongside `.kt` files.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.