nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.13k stars 105 forks source link

Thoughts on why there is no support for Kotlin #362

Open mairs8 opened 5 months ago

mairs8 commented 5 months ago

I see that we have all the other major languages apart from this one.

Is someone able to elaborate on why there is no love for kotlin?

rcarriga commented 5 months ago

The adapters are all community maintained, so we just need someone to start one :smile: I've never used Kotlin before but I'm happy to give pointers around any integration with nvim-neotest. The existing adapters should help get started along with the docs in the README

codymikol commented 1 month ago

Hey, I'm doing this now and I'm almost done, I'll probably release in the next two weeks, I'm targeting kotest atm

codymikol commented 3 days ago

first version is working https://github.com/codymikol/neotest-kotlin.nvim

currently only supports kotest DescribeSpec, but I'll add support for other frameworks as I go