Skip to content

codymikol/neotest-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neotest-kotlin

This is an adapter for the neotest project. This gives you the ability to see and run your tests within neovim.

require("neotest").setup({
  adapters = { 
    require("codymikol/neotest-kotlin"), 
  }
})

This is currently in development, here is a roadmap of planned support for this plugin and the current status

Build Tooling

  • Gradle
  • Maven

Test Frameworks

  • Kotest - DescribeSpec
  • Kotest - FunSpec
  • Kotest - AnnotationSpec
  • Kotest - BehaviorSpec
  • Kotest - FreeSpec
  • Kotest - StringSpec
  • Kotest - WordSpec
  • Kotest - ShouldSpec
  • Kotest - ExpectSpec
  • Kotest - FeatureSpec
  • JUnit
  • kotlin.test

Features

  • Display available test results
  • Run tests
  • Report result status
  • Report failure output

Contributing

PRs and issues are always welcome, if you have any questions or need help, feel free to open a new discussion on this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages