I understand that Julia projects conventionally have src and test directories. How does one connect the latter to the former? This works:
include("../src/foo.jl")
But perhaps there is a better way, involving some configuration file within the project?
Is there a convention for naming unit tests and integration tests? Can someone recommend a small package that I could use as a model?
Thanks
4 posts - 4 participants