Skip to content

Commit

Permalink
Add kotlin-faker to extensions list (#3971)
Browse files Browse the repository at this point in the history
<!-- 
If this PR updates documentation, please update all relevant versions of
the docs, see:
https://github.com/kotest/kotest/tree/master/documentation/versioned_docs
The documentation at
https://github.com/kotest/kotest/tree/master/documentation/docs is the
documentation for the next minor or major version _TO BE RELEASED_
-->

Hi,
I've been using kotest for many years now, and thought it would be nice
to contribute to the kotest community by providing an extension for
kotest property testing, which allows one to generate even a larger
variety of data than the built-in Arbs.

Should I also update other versions of the docs? Which ones?

Also maybe you want to consider adding a link to the extension somewhere
in kotest property docs? E.g.
https://kotest.io/docs/proptest/property-test-extra-arbs.html

---------

Co-authored-by: Emil Kantis <emil.kantis@protonmail.com>
  • Loading branch information
serpro69 and Kantis committed May 8, 2024
1 parent de745fa commit 3ab9358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/docs/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ maintained and hosted by third parties.
| [H2 Database Extension](https://github.com/LeoColman/kotest-extensions-h2) | H2 Database integration with Kotest |
| [Http4k](https://www.http4k.org/guide/reference/kotest/) | Functional toolkit for Kotlin HTTP applications |
| [Kotless](https://github.com/LeoColman/kotest-kotless) | Utilties for kotless and kotest |
| [KotlinFaker](https://serpro69.github.io/kotlin-faker/extensions/kotest-property-extension/) | Kotlin-faker data generation extensions for Kotest Property Testing |
| [KotlinFixture](https://github.com/appmattus/kotlinfixture/blob/main/fixture-kotest/README.adoc) | generate well-defined, but essentially random, input |
| [LogCapture](https://github.com/jsalinaspolo/logcapture) | LogCapture is a testing library for asserting logging messages |
| [Micronaut](https://github.com/micronaut-projects/micronaut-test) | JVM-based, full-stack framework for building modular, easily testable microservice |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ maintained and hosted by third parties.
| [H2 Database Extension](https://github.com/LeoColman/kotest-extensions-h2) | H2 Database integration with Kotest |
| [Http4k](https://www.http4k.org/guide/reference/kotest/) | Functional toolkit for Kotlin HTTP applications |
| [Kotless](https://github.com/LeoColman/kotest-kotless) | Utilties for kotless and kotest |
| [KotlinFaker](https://serpro69.github.io/kotlin-faker/extensions/kotest-property-extension/) | Kotlin-faker data generation extensions for Kotest Property Testing |
| [KotlinFixture](https://github.com/appmattus/kotlinfixture/blob/main/fixture-kotest/README.adoc) | generate well-defined, but essentially random, input |
| [LogCapture](https://github.com/jsalinaspolo/logcapture) | LogCapture is a testing library for asserting logging messages |
| [Micronaut](https://github.com/micronaut-projects/micronaut-test) | JVM-based, full-stack framework for building modular, easily testable microservice |
Expand Down

0 comments on commit 3ab9358

Please sign in to comment.