JetBrains / JetBrains/kotlin-compiler-devkit
Configure tags using annotation on test class
- Dominant language
- Kotlin
- Stars
- 55
- Forks
- 17
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 1
Description
Similar to how heavy test annotation shows its own tag.
Something as simple as `TestTags("JS", "HMPP")` should do the trick.
The current "tags based on test class name" mechanism can co-exist with this, but migration might be a good idea regardless (so that test class renames don't cause issues)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the existing heavy test annotation handling and the current mechanism that derives tags from test class names. Trace where those tags are configured, then add coverage showing that TestTags("JS", "HMPP") supplies tags while the existing mechanism can still coexist; done means the annotation works and the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100