Skip to content

Commit

Permalink
Merge pull request #218 from VRehnberg/patch-2
Browse files Browse the repository at this point in the history
Update versioned links in quick-reference.md
  • Loading branch information
bast authored Aug 28, 2024
2 parents ff324dd + f5d9223 commit eb32ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/quick-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ script which does some tests.
- Python
- [pytest](pytest-ref)
- [nose](http://nose.readthedocs.io)
- [doctest](https://docs.python.org/2/library/doctest.html)
- [unittest](https://docs.python.org/2/library/unittest.html)
- [doctest](https://docs.python.org/3/library/doctest.html)
- [unittest](https://docs.python.org/3/library/unittest.html)

- R
- [testthat](testthat)
Expand Down Expand Up @@ -222,7 +222,7 @@ TEST(example, add) {
### Boost.Test

- C++
- [Documentation](https://www.boost.org/doc/libs/1_75_0/libs/test/doc/html/index.html)
- [Documentation](https://www.boost.org/doc/libs/1_86_0/libs/test/doc/html/index.html)
- Very rich in functionality
- Header-only use possible

Expand Down

0 comments on commit eb32ff3

Please sign in to comment.