Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jan 22, 2024
1 parent e0a3c15 commit eab2796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ As is conventional for Julia packages, unit tests are located at `test/*.jl` wit

### End to end testing

Tests that building docs of example packages from source and inspect the results (end to end testing)
are located in `/test/examples`. The main entry points are `test/examples/make.jl` for building and
Tests that build example package docs from source and inspect the results (end to end tests) are
located in `/test/examples`. The main entry points are `test/examples/make.jl` for building and
`test/examples/test.jl` for doing some basic checks on the generated outputs.

0 comments on commit eab2796

Please sign in to comment.