Skip to content

Commit

Permalink
Add Kotest badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopmar committed Sep 18, 2020
1 parent fa436dd commit 82642bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Spock: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.micronaut.test/micronaut-test-spock/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.micronaut.test/micronaut-test-spock)
JUnit 5: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.micronaut.test/micronaut-test-junit5/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.micronaut.test/micronaut-test-junit5)
Kotest: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.micronaut.test/micronaut-test-kotest/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.micronaut.test/micronaut-test-kotest)

# Micronaut Test

This project provides testing extension for JUnit 5 and Spock to make it easier to test Micronaut applications.
This project provides testing extension for JUnit 5, Spock and Kotest to make it easier to test Micronaut applications.

For more information see the [Latest](https://micronaut-projects.github.io/micronaut-test/latest/guide/index.html) or [Snapshot](https://micronaut-projects.github.io/micronaut-test/snapshot/guide/index.html) Documentation.

Expand Down

0 comments on commit 82642bd

Please sign in to comment.