Often people place a "helper" file with helper defuns for tests. For example https://github.com/Fuco1/org-radiobutton/tree/master/tests When I run the tests, I pass `-L tests` to buttercup: ``` cask exec buttercup -L . -L tests ``` This will make sure the test files can `require` the helper. Maybe we could include the tests directory in the load path automatically, or add a flag to pass the load path explicitly.