Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 552 Bytes

ReadMe.md

File metadata and controls

29 lines (21 loc) · 552 Bytes

Testing PkgGraph

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.