To run all tests locally, in the project root, do:
pkg> activate .
pkg> test
To run only a subset of the tests, run
julia> include("test/activate_standalone.jl")
and then, e.g,
julia> include("test/unit/all.jl")
The activate_standalone.jl
script loads Revise, so you can do quick
re-tests by running include("test/unit/all.jl")
again after you've
edited the code in src/
.
Doctests are not run here, but rather when building the docs.