Test utilities in a Revise-friendly module
Julia Programming Language
Test utilities in a Revise-friendly module
For complicated packages, I use reasonably complex test utilities, on the level of 500-1k LoC. I would like to move them into their own module that I can track with Revise.jl. Eg in runtests.jl, I want to have using MyWonderfulPackage, Test, MyTestUtils and in some file have module MyTestUtils export various, functions end The point would be that I can tweak the latter file and Revise would pick up the changes without me re-evaluating the code explictily. (For the purposes of this discuss...
0 comments
No comments yet.