Skip to content

Commit

Permalink
docs: add Doctest to the adapter list
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Oct 21, 2024
1 parent 0b4aad1 commit 6a9b517
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,10 @@ For more details have a look into the ``reporting`` section in the documentation

Official adapters exist for the following frameworks:

* [Boost.Test](https://github.com/boostorg/test)
* [Catch2](https://github.com/catchorg)
* [GTest](https://github.com/google/googletest)
* [Boost.Test](https://github.com/boostorg/test) (tested with v1.85.0)
* [Catch2](https://github.com/catchorg) (tested with v3.7.1)
* [Doctest](https://github.com/doctest/doctest) (tested with v2.4.11)
* [GTest](https://github.com/google/googletest) (tested with v1.15.2)

---

Expand Down

0 comments on commit 6a9b517

Please sign in to comment.