Testing PkgGraph
January 13, 2023 ยท View on GitHub
Full suite
To run all tests locally, in the project root, do:
pkg> activate .
pkg> test
Selected tests
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
Doctests are not run here, but rather when building the docs.