Julia test directory `test` or `tests`?

This documentation page suggests the correct name for unit test directory is test

On the other hand, this documentation page suggests the correct name is tests

Run the Julia unit tests listed in tests

You missed what tests is a reference to.

                |
                v
Base.runtests(tests=["all"]; ncores=ceil(Int, Sys.CPU_THREADS / 2),
              exit_on_error=false, revise=false, [seed])

Run the Julia unit tests listed in tests,
4 Likes