Skip to content

Latest commit

 

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.