I want to use source()
and then ls()
inside unit tests to "grab" the variables from the file I sourced. However, ls()
has length 0 (I figure out which relative path to use for sourcing so that works).
I'm using this setup to unit test user defined function source_folder()
.