From d11ce467b81c16471ee10f03d4121fb2b415305f Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 14 Sep 2017 18:43:38 +0200 Subject: Do not provide the test-helper feature "test-helper.el" isn't a library intended to be loaded with `require`. Instead it is loaded with `load` by `ert-runner` itself. Because of that, it is confusing to provide a feature using `provide`. It also isn't possible to use `require' to load `test-helper` because that might, depending on the order of `load-path` load the "test-helper.el" of another package that used `ert-runner`. This is also discussed at rejeep/ert-runner.el#38. --- test/test-helper.el | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-helper.el b/test/test-helper.el index 656ed9e..0b6673d 100644 --- a/test/test-helper.el +++ b/test/test-helper.el @@ -99,5 +99,4 @@ (require 'ert) (require 'pdf-tools) -(provide 'test-helper) ;;; test-helper.el ends here -- cgit v1.0