Skip to content

Commit

Permalink
Update versioned links in quick-reference.md
Browse files Browse the repository at this point in the history
Python built-ins pointed to python 2 and also updated Boost version to current latest 1.75 -> 1.86
  • Loading branch information
VRehnberg authored Aug 28, 2024
1 parent ff324dd commit f5d9223
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 f5d9223

Please sign in to comment.