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 45.596% when pulling e21019c187db8ed1983bfa2ff85e0337fa544d72 on tarsius:master into c671b08facf37be6fc6783260cee686866cfed14 on Wilfred:master.
Coverage remained the same at 45.596% when pulling e21019c187db8ed1983bfa2ff85e0337fa544d72 on tarsius:master into c671b08facf37be6fc6783260cee686866cfed14 on Wilfred:master.
Coverage remained the same at 45.596% when pulling e21019c187db8ed1983bfa2ff85e0337fa544d72 on tarsius:master into c671b08facf37be6fc6783260cee686866cfed14 on Wilfred:master.
Coverage remained the same at 45.596% when pulling e21019c187db8ed1983bfa2ff85e0337fa544d72 on tarsius:master into c671b08facf37be6fc6783260cee686866cfed14 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 #25.