The file isn't a library intended to be loaded with require.
Instead ert-runner loads it using load. Other packages that
use ert-runner also come with a file named test-helper.el and
unfortunately many of those also provide test-helper, which
leads to conflicts.
The file isn't a library intended to be loaded with
require
. Insteadert-runner
loads it usingload
. Other packages that useert-runner
also come with a file named test-helper.el and unfortunately many of those also providetest-helper
, which leads to conflicts.Also see https://github.com/rejeep/ert-runner.el/issues/38.