if you’re testing when developing, use Revise.jl is easier. In a REPL, have a test.jl and includet(test.jl) it, then call a main_test() function over and over maybe, you get the idea.
6 Likes
if you’re testing when developing, use Revise.jl is easier. In a REPL, have a test.jl and includet(test.jl) it, then call a main_test() function over and over maybe, you get the idea.