Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt committed Oct 21, 2024
1 parent c4bddcd commit 88f90cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/running_tests_locally.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Running Tests Locally

Mooncake.jl's test suite is fairly extensive. While you can, of course, run the tests in the same way that you would any Julia package, this is not usually optimal. When editing some code, you typically only want to run the tests associated with it, not the entire test suite.
Mooncake.jl's test suite is fairly extensive. While you can use `Pkg.test` to run the test suite in the standard manner, this is not usually optimal in Mooncake.jl. When editing some code, you typically only want to run the tests associated with it, not the entire test suite.

Mooncake's tests are organised as follows:
1. Things that are required for most / all test suites are loaded up in `test/front_matter.jl`.
Expand Down

0 comments on commit 88f90cc

Please sign in to comment.