I have a package that needs some configuration data. Example data that is needed for tests is included in the package. But when I load the package the data path shall be set to joinpath(pwd(), "data").
Where could I call a function that sets this path correctly when loading the package?