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.
Coverage remained the same at 90.244% when pulling c776944e2880e78778f36897bf1d8cff118cd9e6 on tarsius:master into 2b966ed65b714c613f79e9144d004dfa3b28f1ed on johanvts:master.
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.Fixes #24.