-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Originally posted by @iago-lito in #147 (comment)
Yikes! Consider taking time to set up a proper sandbox environment in this case, or you'll spend ages running
] testover and over. :(
I start my sandbox script with things like:using Test using Random using Revise using EcologicalNetworksDynamics include("PATH/TO/REPO/test/test_failures.jl") include("PATH/TO/REPO/test/dedicate_test_failures.jl") const EN = EcologicalNetworksDynamics # Required by some tests.So I can then run tests line by line in a corresponding REPL.
Unfortunately, this is not exactly stable or exposed yet. But maybe it should eventually make its way to the
CONTRIBUTINGfile :\Also, feel free to (temporarily) comment out tests from
./test/runtests.jlor specify unique test files to run here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog