Skip to content

Commit

Permalink
Fix broken link to Pkg tests
Browse files Browse the repository at this point in the history
This link is broken as of JuliaLang/Pkg.jl#3690 and JuliaLang/julia#52102
  • Loading branch information
TacHawkes authored Feb 13, 2024
1 parent 9ce9b6d commit 78c5383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `Test` module provides simple *unit testing* functionality. Unit testing is
see if your code is correct by checking that the results are what you expect. It can be helpful
to ensure your code still works after you make changes, and can be used when developing as a way
of specifying the behaviors your code should have when complete. You may also want to look at the
documentation for [adding tests to your Julia Package](https://pkgdocs.julialang.org/dev/creating-packages/#Adding-tests-to-the-package).
documentation for [adding tests to your Julia Package]([https://pkgdocs.julialang.org/dev/creating-packages/#Adding-tests-to-the-package](https://docs.julialang.org/en/v1.11-dev/tutorials/creating-packages/#adding-tests-to-packages)).

Simple unit testing can be performed with the `@test` and `@test_throws` macros:

Expand Down

0 comments on commit 78c5383

Please sign in to comment.