Right… since I have the color overwrites in my startup.jl
file, the key is to explicitly start the julia with --startup-file=yes
. In that case, Pkg.test
also picks up the startup file and thus the patched colors. This is actually explained in ?Pkg.test
2 Likes