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 88.667% when pulling 091bd34a93caf1b608e4f75e5a3799e4afa50b40 on tarsius:master into d23e9e86c413561177f7f0704056627ee3c0eb15 on Wilfred:master.
Coverage remained the same at 88.667% when pulling 091bd34a93caf1b608e4f75e5a3799e4afa50b40 on tarsius:master into d23e9e86c413561177f7f0704056627ee3c0eb15 on Wilfred: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 #19.