Custom spec style
See original GitHub issueHi, i want to add custom spec style, nothing serious just rename FunSpec Methods like
container -> migration test or preparation or validation
e.g.
class MyMigration: MigrationSpec(
{
migration("some migration name"){
preparation("some name"){
// test code
}
validation("some name"){
// test code
}
}
}
)
is it possible to add support to IntelliJ IDEA plugin to get possibility to run this tests using right click?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Custom vs. Semi-Custom vs. Spec Homes - Reinbrecht Homes
At Reinbrecht our services can be categorized as custom homes, semi-custom homes, and spec homes. Learn the difference and decide which is best...
Read more >Custom Home vs. Spec Home: Which is Right for You?
Spec homes can either be designs that the builder has used previously, or a one-off design developed for a specific site and buyer...
Read more >Spec-D® - Custom Style Rear Spoiler - CARiD.com
From small custom lip spoilers to universal adjustable double deck wing spoilers, Spec-D has a spoiler that's just right for your ride, in...
Read more >12 Tips To Make A Spec Home, Special...With Max ...
Tract homes don't have to be generic. Take this awesome one by Max Humphrey who customized a tract home using 12 awesome tips....
Read more >The Key Differences Between Tract, Spec and Custom ...
When it comes time to house hunt, there are three primary categories of residential homebuilders to choose from: tract, spec and custom builders....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sksamuel Indeed, supporting individual sub-context and test runs in a dynamic fashion would be complicated, but is it a reasonable compromise to make the plugin display the “play” gutter icon for any class that extends
io.kotest.core.spec.Spec
? That would allow users to make their own specific DSLs without introducing too much complexity in the plugin, and it would be a great QoL because you don’t need to create the run configuration by hand, at the cost of only being able to run the entire spec.This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.