I rely on several calls to setup and setup_all in my ExUnit tests. This is a useful way to call several functions, e.g.
setup_all [:helper_function1, :helper_function2]
I’m wondering how I can reference other functions in other modules? E.g. if want to call TestHelpers.something how do I reference it in there?






















