Skip to content

Commit

Permalink
馃摑 Add article "How to Run Testcontainers Inside a Kotest Test"
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColman committed Jul 1, 2023
1 parent 6c51355 commit dd949fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions documentation/docs/blogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Blogs and Articles


These blogs and articles can be useful in addition to the official docs to show how people are using Kotest in the wild.

* [How to Run Testcontainers Inside a Kotest Test (2023)](https://www.baeldung.com/kotlin/kotest-testcontainers)
* [How to Assert the Type of an Object in Kotest (2023)](https://www.baeldung.com/kotlin/kotest-assert-object-type)
* [Best Practices Unit Testing Kotlin by Phauer (2020)](https://phauer.com/2018/best-practices-unit-testing-kotlin/)
* [Testing Koin applications with Kotest by LeoColman (2020)](https://dev.to/kotest/testing-koin-applications-with-kotlintest-1iip)
Expand Down Expand Up @@ -35,4 +35,4 @@ These blogs and articles can be useful in addition to the official docs to show
* [How to improve the quality of tests using property-based testing](https://blog.devgenius.io/how-to-improve-the-quality-of-tests-using-property-based-testing-587b817ea82e)
* [JUnit 5 vs Kotest. Part 1: Is it the new way we test?](https://test-architect.dev/junit-5-vs-kotest-part-1/)

Please open a PR to add your blog or article here.
Please open a PR to add your blog or article here, preferably at the top of the list.
4 changes: 2 additions & 2 deletions documentation/versioned_docs/version-5.6/blogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Blogs and Articles


These blogs and articles can be useful in addition to the official docs to show how people are using Kotest in the wild.

* [How to Run Testcontainers Inside a Kotest Test (2023)](https://www.baeldung.com/kotlin/kotest-testcontainers)
* [How to Assert the Type of an Object in Kotest (2023)](https://www.baeldung.com/kotlin/kotest-assert-object-type)
* [Best Practices Unit Testing Kotlin by Phauer (2020)](https://phauer.com/2018/best-practices-unit-testing-kotlin/)
* [Testing Koin applications with Kotest by LeoColman (2020)](https://dev.to/kotest/testing-koin-applications-with-kotlintest-1iip)
Expand Down Expand Up @@ -35,4 +35,4 @@ These blogs and articles can be useful in addition to the official docs to show
* [How to improve the quality of tests using property-based testing](https://blog.devgenius.io/how-to-improve-the-quality-of-tests-using-property-based-testing-587b817ea82e)
* [JUnit 5 vs Kotest. Part 1: Is it the new way we test?](https://test-architect.dev/junit-5-vs-kotest-part-1/)

Please open a PR to add your blog or article here.
Please open a PR to add your blog or article here, preferably at the top of the list.

0 comments on commit dd949fd

Please sign in to comment.