You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The `Test` module provides simple *unit testing* functionality. Unit testing is
20
20
see if your code is correct by checking that the results are what you expect. It can be helpful
21
21
to ensure your code still works after you make changes, and can be used when developing as a way
22
22
of specifying the behaviors your code should have when complete. You may also want to look at the
23
-
documentation for [adding tests to your Julia Package](https://pkgdocs.julialang.org/dev/creating-packages/#Adding-tests-to-the-package).
23
+
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)).
24
24
25
25
Simple unit testing can be performed with the `@test` and `@test_throws` macros:
0 commit comments